App::import('', ''); class Test extends { public $autoRender = false; public function redirect($url, $status = null, $exit = true) { $this->redirectUrl = $url; } } class TestCase extends CakeTestCase { public $fixtures = array(''); public function startTest() { $this-> } public function endTest() { unset($this->); ClassRegistry::flush(); } public function test() { } }