1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 03:14:04 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 19:56:55 +02:00
parent db5cf1eb77
commit 170392f15f

View file

@ -26,12 +26,12 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
// $this->loadLaravelMigrations(); // $this->loadLaravelMigrations();
// $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations/')); Artisan::call('migrate:install');
// $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations'));
// Artisan::call('migrate:fresh', [ // Artisan::call('migrate:fresh', [
// '--path' => __DIR__ . '/../src/assets/migrations/' // '--path' => __DIR__ . '/../src/assets/migrations'
// ]); // ]);
// dd(Artisan::output());
if ($this->autoCreateTenant) { if ($this->autoCreateTenant) {
$this->createTenant(); $this->createTenant();