mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:24:03 +00:00
Update CommandsTest.php
This commit is contained in:
parent
97b1f393e2
commit
f69bc2add0
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ test('run command with array of tenants works', function () {
|
||||||
->expectsOutput('Tenant: ' . $tenantId2);
|
->expectsOutput('Tenant: ' . $tenantId2);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('run command works when sub command asks question and accepts argument', function () {
|
test('run command works when sub command asks questions and accepts arguments', function () {
|
||||||
$tenant = Tenant::create();
|
$tenant = Tenant::create();
|
||||||
$id = $tenant->getTenantKey();
|
$id = $tenant->getTenantKey();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue