1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 00:54:03 +00:00

Update install command

This commit is contained in:
Samuel Štancl 2019-10-15 18:49:34 +02:00
parent 1790e050c5
commit 6d13ff825a
2 changed files with 8 additions and 8 deletions

View file

@ -130,7 +130,7 @@ class CommandsTest extends TestCase
file_put_contents(app_path('Http/Kernel.php'), file_get_contents(__DIR__ . '/Etc/defaultHttpKernel.stub'));
$this->artisan('tenancy:install')
->expectsQuestion('Do you want to publish the default database migrations?', 'yes');
->expectsQuestion('Do you wish to publish the migrations that create these tables?', 'yes');
$this->assertFileExists(base_path('routes/tenant.php'));
$this->assertFileExists(base_path('config/tenancy.php'));
$this->assertFileExists(database_path('migrations/2019_09_15_000010_create_tenants_table.php'));