1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 21:34:03 +00:00

Add DataSeparationTest

This commit is contained in:
Samuel Štancl 2019-07-01 12:23:57 +02:00
parent 60c5a0b500
commit c77f86f504
2 changed files with 142 additions and 1 deletions

View file

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