addFileToBlacklist(__FILE__, 'DEFAULT'); /** * Class to customize loading of test suites from CLI * * @package cake.tests.lib */ class CakeTestRunner extends PHPUnit_TextUI_TestRunner { /** * Sets the proper test suite to use and loads the test file in it. * this method gets called as a callback from the parent class * * @return void */ protected function handleCustomTestSuite() { } }