mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing bad include in AllTasks suite.
This commit is contained in:
parent
8476edd3d1
commit
0e61b34bcd
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue