Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jan 28, 2024
1 parent 3d8b7f3 commit 9ffff46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/php/auth/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\Test;
use PHPUnit\Framework\TestCase;
use stubbles\Environment;
use stubbles\ioc\Binder;
use stubbles\values\Properties;
use stubbles\webapp\auth\session\CachingAuthenticationProvider;
Expand All @@ -22,7 +21,6 @@

use function bovigo\assert\assertThat;
use function bovigo\assert\assertFalse;
use function bovigo\assert\predicate\equals;
use function bovigo\assert\predicate\isInstanceOf;
/**
* Tests for stubbles\webapp\auth\Auth.
Expand Down

0 comments on commit 9ffff46

Please sign in to comment.