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

remove seemingly unnecessary static prop resets from tests

This commit is contained in:
Samuel Stancl 2026-06-06 15:03:10 -07:00
parent 566f50440a
commit 5e708bbaec
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
2 changed files with 0 additions and 9 deletions

View file

@ -24,14 +24,12 @@ use Stancl\Tenancy\Listeners\BootstrapTenancy;
use Stancl\Tenancy\Listeners\RevertToCentralContext;
use Stancl\Tenancy\Middleware\InitializeTenancyByPath;
use Stancl\Tenancy\Resolvers\RequestDataTenantResolver;
use Stancl\Tenancy\TenancyServiceProvider;
use function Stancl\Tenancy\Tests\pest;
use function Stancl\Tenancy\Tests\withCacheTables;
use function Stancl\Tenancy\Tests\withTenantDatabases;
beforeEach($cleanup = function () {
Tenant::$extraCustomColumns = [];
TenancyServiceProvider::$adjustCacheManagerUsing = null;
});
afterEach($cleanup);