addTestFile($console . 'all_shells.test.php'); $suite->addTestFile($console . 'all_tasks.test.php'); $suite->addTestFile($path . 'all_behaviors.test.php'); $suite->addTestFile($path . 'all_cache_engines.test.php'); $suite->addTestFile($path . 'all_components.test.php'); $suite->addTestFile($path . 'all_configure.test.php'); $suite->addTestFile($path . 'all_controllers.test.php'); $suite->addTestFile($path . 'all_database.test.php'); $suite->addTestFile($path . 'all_helpers.test.php'); $suite->addTestFile($path . 'all_libs.test.php'); $suite->addTestFile($path . 'all_localization.test.php'); $suite->addTestFile($path . 'all_model.test.php'); $suite->addTestFile($path . 'all_routing.test.php'); $suite->addTestFile($path . 'all_socket.test.php'); $suite->addTestFile($path . 'all_test_suite.test.php');; $suite->addTestFile($path . 'all_views.test.php'); $suite->addTestFile($path . 'all_xml.test.php'); return $suite; } }