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'],