mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:04:03 +00:00
wip
This commit is contained in:
parent
63f19ff72d
commit
c8ba47a662
1 changed files with 5 additions and 8 deletions
|
|
@ -23,16 +23,13 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
Redis::connection('tenancy')->flushdb();
|
Redis::connection('tenancy')->flushdb();
|
||||||
Redis::connection('cache')->flushdb();
|
Redis::connection('cache')->flushdb();
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
Artisan::call('migrate:fresh', [
|
|
||||||
'--path' => __DIR__ . '/../src/assets/migrations',
|
|
||||||
]);
|
|
||||||
// dd(Artisan::output());
|
|
||||||
>>>>>>> 7fd274d2ced8467761315d490e5e1bb31bdb0ab7
|
|
||||||
// $this->loadLaravelMigrations();
|
// $this->loadLaravelMigrations();
|
||||||
|
|
||||||
$this->loadMigrationsFrom(__DIR__ . '/../src/assets/migrations');
|
$this->loadMigrationsFrom(__DIR__ . '/../src/assets/migrations');
|
||||||
Artisan::call('migrate:fresh');
|
|
||||||
|
// Artisan::call('migrate:fresh', [
|
||||||
|
// '--path' => __DIR__ . '/../src/assets/migrations'
|
||||||
|
// ]);
|
||||||
// dd(Artisan::output());
|
// dd(Artisan::output());
|
||||||
|
|
||||||
if ($this->autoCreateTenant) {
|
if ($this->autoCreateTenant) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue