diff --git a/tests/Unit/Token/HttpAuthentificationTest.php b/tests/Unit/Token/HttpAuthentificationTest.php index 106e226..06ca36c 100644 --- a/tests/Unit/Token/HttpAuthentificationTest.php +++ b/tests/Unit/Token/HttpAuthentificationTest.php @@ -4,7 +4,7 @@ namespace Intervention\HttpAuth\Tests\Unit\Token; -use Intervention\HttpAuth\Test\AbstractTokenTestCase; +use Intervention\HttpAuth\Tests\AbstractTokenTestCase; use Intervention\HttpAuth\Exception\AuthentificationException; use Intervention\HttpAuth\Key; use Intervention\HttpAuth\Token\HttpAuthentification; diff --git a/tests/Unit/Token/HttpAuthorizationTest.php b/tests/Unit/Token/HttpAuthorizationTest.php index 3757483..9a0ba2c 100644 --- a/tests/Unit/Token/HttpAuthorizationTest.php +++ b/tests/Unit/Token/HttpAuthorizationTest.php @@ -4,7 +4,7 @@ namespace Intervention\HttpAuth\Tests\Unit\Token; -use Intervention\HttpAuth\Test\AbstractTokenTestCase; +use Intervention\HttpAuth\Tests\AbstractTokenTestCase; use Intervention\HttpAuth\Exception\AuthentificationException; use Intervention\HttpAuth\Key; use Intervention\HttpAuth\Token\HttpAuthorization; diff --git a/tests/Unit/Token/PhpAuthUserTest.php b/tests/Unit/Token/PhpAuthUserTest.php index 40299d0..649c42a 100644 --- a/tests/Unit/Token/PhpAuthUserTest.php +++ b/tests/Unit/Token/PhpAuthUserTest.php @@ -4,7 +4,7 @@ namespace Intervention\HttpAuth\Tests\Unit\Token; -use Intervention\HttpAuth\Test\AbstractTokenTestCase; +use Intervention\HttpAuth\Tests\AbstractTokenTestCase; use Intervention\HttpAuth\Exception\AuthentificationException; use Intervention\HttpAuth\Key; use Intervention\HttpAuth\Token\PhpAuthUser; diff --git a/tests/Unit/Token/RedirectHttpAuthorizationTest.php b/tests/Unit/Token/RedirectHttpAuthorizationTest.php index 3c21fe6..84c943b 100644 --- a/tests/Unit/Token/RedirectHttpAuthorizationTest.php +++ b/tests/Unit/Token/RedirectHttpAuthorizationTest.php @@ -4,7 +4,7 @@ namespace Intervention\HttpAuth\Tests\Unit\Token; -use Intervention\HttpAuth\Test\AbstractTokenTestCase; +use Intervention\HttpAuth\Tests\AbstractTokenTestCase; use Intervention\HttpAuth\Exception\AuthentificationException; use Intervention\HttpAuth\Key; use Intervention\HttpAuth\Token\RedirectHttpAuthorization;