From 30c80f58bb0ea6a2f6633358feeb7db687cd5d26 Mon Sep 17 00:00:00 2001 From: stancl Date: Fri, 9 Aug 2019 16:58:43 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index e083209b..d26b71c1 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -107,7 +107,7 @@ class CommandsTest extends TestCase $uuid = tenant()->create('run.localhost')['uuid']; Artisan::call('tenants:migrate', ['--tenants' => $uuid]); - + $this->artisan("tenants:run foo --tenants=$uuid --argument='a=foo' --option='b=bar' --option='c=xyz'") ->expectsOutput("User's name is Test command") ->expectsOutput('foo')