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:
parent
7c598ae2fe
commit
89990799f2
8 changed files with 628 additions and 34 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue