1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:14:04 +00:00

Optimize uses

This commit is contained in:
Shift 2022-06-28 20:56:08 +00:00
parent cef9529d6a
commit 7c2db0e51b
No known key found for this signature in database
GPG key ID: 5A96F038425C5A1C
3 changed files with 2 additions and 2 deletions

View file

@ -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([

View file

@ -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 = [];

View file

@ -1,5 +1,7 @@
<?php
uses(\Stancl\Tenancy\Tests\TestCase::class)->in('Etc', 'Features');
/*
|--------------------------------------------------------------------------
| Test Case