From 7965ae90f3b51ee1700c01d6eb38285fd66febf8 Mon Sep 17 00:00:00 2001 From: "Yves P." Date: Thu, 23 Apr 2015 13:14:43 +0200 Subject: [PATCH] Fix build --- tests/test_app/TestApp/Shell/TestingDispatchShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app/TestApp/Shell/TestingDispatchShell.php b/tests/test_app/TestApp/Shell/TestingDispatchShell.php index dbddf4db5ae..9ed1f52018b 100644 --- a/tests/test_app/TestApp/Shell/TestingDispatchShell.php +++ b/tests/test_app/TestApp/Shell/TestingDispatchShell.php @@ -80,7 +80,7 @@ public function testTaskDispatchWithMultipleParams() $this->out('I am a test task, I dispatch another Shell'); Configure::write('App.namespace', 'TestApp'); $this->dispatchShell([ - 'command' => ['testing_dispatch dispatch_test_task_params'], + 'command' => 'testing_dispatch dispatch_test_task_params', 'extra' => [ 'foo' => 'bar', 'fooz' => 'baz'