mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:34:05 +00:00
Write docs, add support for = in arg/opt value
This commit is contained in:
parent
5e34c2c6a4
commit
ccba8e43dc
3 changed files with 17 additions and 8 deletions
|
|
@ -107,13 +107,8 @@ class CommandsTest extends TestCase
|
|||
$uuid = tenant()->create('run.localhost')['uuid'];
|
||||
|
||||
Artisan::call('tenants:migrate', ['--tenants' => $uuid]);
|
||||
<<<<<<< HEAD
|
||||
|
||||
$this->artisan("tenants:run foo --tenants=$uuid --argument='a=foo' --option='b=bar' --option='c=xyz'")
|
||||
=======
|
||||
|
||||
$this->artisan("tenants:run foo --tenants=$uuid a b")
|
||||
>>>>>>> 1322d02c786f86c50878b63af3a37ec6079238d3
|
||||
->expectsOutput("User's name is Test command")
|
||||
->expectsOutput('foo')
|
||||
->expectsOutput('xyz');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue