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

add phpunit.xml variations

This commit is contained in:
Samuel Štancl 2019-08-04 17:40:44 +02:00
parent 7c598ae2fe
commit 89990799f2
8 changed files with 628 additions and 34 deletions

View file

@ -89,7 +89,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
'tenancy.migrations_directory' => database_path('../migrations'),
]);
switch((string) env('STANCL_TENANCY_TEST_VARIANT', '1')) {
switch ((string) env('STANCL_TENANCY_TEST_VARIANT', '1')) {
case '2':
$app['config']->set([
'tenancy.redis.tenancy' => true,