addTestFile(CORE_TEST_CASES . DS . 'dispatcher.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'router.test.php'); $suite->addTestDirectory(CORE_TEST_CASES . DS . 'libs' . DS . 'route' . DS); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'cake_response.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'cake_request.test.php'); return $suite; } }