mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Adding console libs into AllTests
This commit is contained in:
parent
a11a1214b7
commit
d64aed59cc
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class AllTests extends PHPUnit_Framework_TestSuite {
|
|||
$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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue