Skip to content

Commit

Permalink
Adding ConsoleOptionParser to the AllShells test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 14, 2010
1 parent 733394d commit 0eb6822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/console/all_shells.test.php
Expand Up @@ -41,6 +41,7 @@ public static function suite() {
$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'shell_dispatcher.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'console_output.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'console_error_handler.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'console_option_parser.test.php');
$suite->addTestDirectory($path);
return $suite;
}
Expand Down

0 comments on commit 0eb6822

Please sign in to comment.