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