From 6d54202c4cb763a656f6bfe3340293085164a5f5 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 2 Nov 2010 23:15:33 -0400 Subject: [PATCH] Adding another group test case file for all the console tests at once. --- cake/tests/cases/console/all_console.test.php | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 cake/tests/cases/console/all_console.test.php 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