Skip to content

Commit

Permalink
Fix CliTest
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Dec 20, 2014
1 parent ba0c952 commit 0999072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pingpong/Modules/CliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public function testCommands()

$commandOptions = [
'module:setup' => [],
'module:make' => ['name' => 'Bar'],
'module:make' => ['name' => ['Bar']],
'module:model' => ['model' => 'Baz', 'module' => 'Bar'],
'module:use' => ['module' => 'Bar'],
'module:controller' => ['controller' => 'FooController'],
Expand Down

0 comments on commit 0999072

Please sign in to comment.