mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
remove tenant migration line
This commit is contained in:
parent
f89900d305
commit
e1a192efd5
1 changed files with 0 additions and 2 deletions
|
|
@ -182,8 +182,6 @@ test('run command with array of tenants works', function () {
|
||||||
test('run command works when sub command asks question and accepts argument', function () {
|
test('run command works when sub command asks question and accepts argument', function () {
|
||||||
$id = Tenant::create()->getTenantKey();
|
$id = Tenant::create()->getTenantKey();
|
||||||
|
|
||||||
Artisan::call('tenants:migrate', ['--tenants' => [$id]]);
|
|
||||||
|
|
||||||
pest()->artisan("tenants:run --tenants=$id 'age:ask Abrar' ")
|
pest()->artisan("tenants:run --tenants=$id 'age:ask Abrar' ")
|
||||||
->expectsQuestion('What is your age?', 22)
|
->expectsQuestion('What is your age?', 22)
|
||||||
->expectsOutput("Tenant: $id")
|
->expectsOutput("Tenant: $id")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue