Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Apr 23, 2015
1 parent baf4147 commit 7965ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app/TestApp/Shell/TestingDispatchShell.php
Expand Up @@ -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'
Expand Down

0 comments on commit 7965ae9

Please sign in to comment.