mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:44:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
caa32348d4
commit
30c80f58bb
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class CommandsTest extends TestCase
|
||||||
$uuid = tenant()->create('run.localhost')['uuid'];
|
$uuid = tenant()->create('run.localhost')['uuid'];
|
||||||
|
|
||||||
Artisan::call('tenants:migrate', ['--tenants' => $uuid]);
|
Artisan::call('tenants:migrate', ['--tenants' => $uuid]);
|
||||||
|
|
||||||
$this->artisan("tenants:run foo --tenants=$uuid --argument='a=foo' --option='b=bar' --option='c=xyz'")
|
$this->artisan("tenants:run foo --tenants=$uuid --argument='a=foo' --option='b=bar' --option='c=xyz'")
|
||||||
->expectsOutput("User's name is Test command")
|
->expectsOutput("User's name is Test command")
|
||||||
->expectsOutput('foo')
|
->expectsOutput('foo')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue