Skip to content

Commit

Permalink
Adding console libs into AllTests
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 17, 2010
1 parent a11a121 commit d64aed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/all_tests.test.php
Expand Up @@ -38,6 +38,7 @@ public static function suite() {
$path = CORE_TEST_CASES . DS . 'libs' . DS;
$console = CORE_TEST_CASES . DS . 'console' . DS;

$suite->addTestFile($console . 'all_console_libs.test.php');
$suite->addTestFile($console . 'all_shells.test.php');
$suite->addTestFile($console . 'all_tasks.test.php');

Expand Down

0 comments on commit d64aed5

Please sign in to comment.