mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding ConsoleOutput to the AllShells group.
This commit is contained in:
parent
9a6b04d5b3
commit
b11f2bfb1f
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class AllShellsTest extends PHPUnit_Framework_TestSuite {
|
|||
$path = CORE_TEST_CASES . DS . 'console' . DS . 'libs' . DS;
|
||||
|
||||
$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->addTestDirectory($path);
|
||||
return $suite;
|
||||
|
|
Loading…
Reference in a new issue