addTestFile($console . 'AllConsoleTest.php'); $suite->addTestFile($path . 'AllBehaviorsTest.php'); $suite->addTestFile($path . 'AllCacheEnginesTest.php'); $suite->addTestFile($path . 'AllComponentsTest.php'); $suite->addTestFile($path . 'AllConfigureTest.php'); $suite->addTestFile($path . 'AllControllersTest.php'); $suite->addTestFile($path . 'AllDatabaseTest.php'); $suite->addTestFile($path . 'AllErrorTest.php'); $suite->addTestFile($path . 'AllHelpersTest.php'); $suite->addTestFile($path . 'AllLibsTest.php'); $suite->addTestFile($path . 'AllLocalizationTest.php'); $suite->addTestFile($path . 'AllModelTest.php'); $suite->addTestFile($path . 'AllRoutingTest.php'); $suite->addTestFile($path . 'AllSocketTest.php'); $suite->addTestFile($path . 'AllTestSuiteTest.php');; $suite->addTestFile($path . 'AllViewsTest.php'); $suite->addTestFile($path . 'AllXmlTest.php'); return $suite; } }