Skip to content

Commit

Permalink
#71 Add cli test for module:install & module:update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Dec 4, 2014
1 parent fba9302 commit 2c29ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Pingpong/Modules/CliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function testCommands()
'module:provider' => ['name' => 'ConsoleServiceProvider'],
'module:publish' => ['module' => 'Bar'],
'module:publish-migration' => ['module' => 'Bar'],
// 'module:install' => ['name' => 'pingpong-modules/Admin'],
// 'module:update' => [],
'module:install' => ['name' => 'pingpong-modules/Admin'],
'module:update' => ['module' => 'Admin'],
];

foreach ($commandOptions as $command => $options)
Expand Down

0 comments on commit 2c29ccc

Please sign in to comment.