Removing useless tearDown()

This commit is contained in:
mark_story 2010-10-17 17:30:38 -04:00
parent 78ba1d1361
commit 2adbb0a3a3

View file

@ -126,16 +126,6 @@ class ShellTest extends CakeTestCase {
$this->Shell =& new TestShell($this->Dispatcher, $output, $error, $in);
}
/**
* tearDown method
*
* @return void
*/
public function tearDown() {
parent::tearDown();
ClassRegistry::flush();
}
/**
* testConstruct method
*