diff --git a/tests/Features/RedirectTest.php b/tests/Features/RedirectTest.php index 94861f36..98806d06 100644 --- a/tests/Features/RedirectTest.php +++ b/tests/Features/RedirectTest.php @@ -7,7 +7,6 @@ use Stancl\Tenancy\Features\CrossDomainRedirect; use Stancl\Tenancy\Tests\Etc\Tenant; use Stancl\Tenancy\Tests\TestCase; -uses(TestCase::class); test('tenant redirect macro replaces only the hostname', function () { config([ diff --git a/tests/Features/TenantConfigTest.php b/tests/Features/TenantConfigTest.php index bb4dd4a9..2ffb869a 100644 --- a/tests/Features/TenantConfigTest.php +++ b/tests/Features/TenantConfigTest.php @@ -11,7 +11,6 @@ use Stancl\Tenancy\Listeners\RevertToCentralContext; use Stancl\Tenancy\Tests\Etc\Tenant; use Stancl\Tenancy\Tests\TestCase; -uses(TestCase::class); afterEach(function () { TenantConfig::$storageToConfigMap = []; diff --git a/tests/Pest.php b/tests/Pest.php index 95bd6997..2e0dcbfb 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -1,5 +1,7 @@ in('Etc', 'Features'); + /* |-------------------------------------------------------------------------- | Test Case