diff --git a/cake/tests/cases/console/all_console.test.php b/cake/tests/cases/console/all_console.test.php new file mode 100644 index 00000000000..101a8faba2a --- /dev/null +++ b/cake/tests/cases/console/all_console.test.php @@ -0,0 +1,46 @@ +addTestFile($path . 'all_console_libs.test.php'); + $suite->addTestFile($path . 'all_shells.test.php'); + $suite->addTestFile($path . 'all_tasks.test.php'); + return $suite; + } +} \ No newline at end of file