mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 21:14:02 +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();
|
Redis::connection('cache')->flushdb();
|
||||||
|
|
||||||
Artisan::call('migrate:fresh', [
|
Artisan::call('migrate:fresh', [
|
||||||
'--path' => __DIR__ . '/../src/assets/migrations'
|
'--path' => __DIR__ . '/../src/assets/migrations',
|
||||||
]);
|
]);
|
||||||
// dd(Artisan::output());
|
// dd(Artisan::output());
|
||||||
// $this->loadLaravelMigrations();
|
// $this->loadLaravelMigrations();
|
||||||
|
|
@ -102,7 +102,6 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
|
|
||||||
tenancy()->setStorageDriver(DatabaseStorageDriver::class);
|
tenancy()->setStorageDriver(DatabaseStorageDriver::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getPackageProviders($app)
|
protected function getPackageProviders($app)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue