1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:04:03 +00:00

Data separation tests (#58)

* Add purge()

* Add DataSeparationTest
This commit is contained in:
Samuel Štancl 2019-07-01 12:28:22 +02:00 committed by GitHub
parent f950265f58
commit e7b5a77a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 153 additions and 0 deletions

View file

@ -72,6 +72,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
'public',
's3',
],
'tenancy.migrations_directory' => database_path('../migrations'),
]);
}