Removed unnecessary ClassRegistry::flush() from test template.

This commit is contained in:
evilbloodydemon 2011-10-12 13:37:50 +04:00
parent b261024111
commit 8e78308261

View file

@ -81,7 +81,6 @@ class <?php echo $fullClassName; ?>TestCase extends CakeTestCase {
*/
public function tearDown() {
unset($this-><?php echo $className;?>);
ClassRegistry::flush();
parent::tearDown();
}