mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
Optimize uses
This commit is contained in:
parent
cef9529d6a
commit
7c2db0e51b
3 changed files with 2 additions and 2 deletions
|
|
@ -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([
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
uses(\Stancl\Tenancy\Tests\TestCase::class)->in('Etc', 'Features');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Test Case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue