Adding ConsoleOutput to the AllShells group.

This commit is contained in:
mark_story 2010-10-03 23:50:17 -04:00
parent 9a6b04d5b3
commit b11f2bfb1f

View file

@ -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;