1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:34:04 +00:00

tearDown() no such table migrations

This commit is contained in:
Samuel Štancl 2019-08-15 23:53:02 +02:00
parent f7ca2937fd
commit 3036980ea2
4 changed files with 45 additions and 14 deletions

View file

@ -25,6 +25,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
Redis::connection('cache')->flushdb();
config(['database.default' => 'central']);
$this->loadLaravelMigrations();
$this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations'));
if ($this->autoCreateTenant) {