mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 17:04:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
c38dd1bb9a
commit
7fd274d2ce
1 changed files with 2 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
Redis::connection('cache')->flushdb();
|
||||
|
||||
Artisan::call('migrate:fresh', [
|
||||
'--path' => __DIR__ . '/../src/assets/migrations'
|
||||
'--path' => __DIR__ . '/../src/assets/migrations',
|
||||
]);
|
||||
// dd(Artisan::output());
|
||||
// $this->loadLaravelMigrations();
|
||||
|
|
@ -99,10 +99,9 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
'database.redis.client' => 'phpredis',
|
||||
'tenancy.storage_driver' => DatabaseStorageDriver::class,
|
||||
]);
|
||||
|
||||
|
||||
tenancy()->setStorageDriver(DatabaseStorageDriver::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected function getPackageProviders($app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue