Skip to content

Commit

Permalink
Fixing bad include in AllTasks suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 17, 2010
1 parent 8476edd commit 0e61b34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cake/tests/cases/console/all_tasks.test.php
Expand Up @@ -36,9 +36,7 @@ class AllTasksTest extends PHPUnit_Framework_TestSuite {
public static function suite() {
$suite = new CakeTestSuite('All Tasks tests');

$path = CORE_TEST_CASES . DS . 'console' . DS . 'libs' . DS . 'tasks' . DS;

$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'libs' . DS . 'bake.test.php');
$path = CORE_TEST_CASES . DS . 'console' . DS . 'shells' . DS . 'tasks' . DS;
$suite->addTestDirectory($path);
return $suite;
}
Expand Down

0 comments on commit 0e61b34

Please sign in to comment.