From 0999072c8c4d878ea69909ae10363e2319c87b32 Mon Sep 17 00:00:00 2001 From: gravitano Date: Sat, 20 Dec 2014 17:15:18 +0700 Subject: [PATCH] Fix CliTest --- tests/Pingpong/Modules/CliTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pingpong/Modules/CliTest.php b/tests/Pingpong/Modules/CliTest.php index 1bb7faa..527b413 100644 --- a/tests/Pingpong/Modules/CliTest.php +++ b/tests/Pingpong/Modules/CliTest.php @@ -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'],