Skip to content

Commit

Permalink
Removed unnecessary ClassRegistry::flush() from test template.
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbloodydemon committed Oct 12, 2011
1 parent b261024 commit 8e78308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Console/Templates/default/classes/test.ctp
Expand Up @@ -81,7 +81,6 @@ class <?php echo $fullClassName; ?>TestCase extends CakeTestCase {
*/
public function tearDown() {
unset($this-><?php echo $className;?>);
ClassRegistry::flush();

parent::tearDown();
}
Expand Down

0 comments on commit 8e78308

Please sign in to comment.