Fixing error in Task tests

This commit is contained in:
Jose Lorenzo Rodriguez 2011-04-21 18:57:21 -04:30
parent 8dc675335a
commit e2591537ed

View file

@ -94,6 +94,7 @@ class ControllerTaskTest extends CakeTestCase {
public function teardown() {
unset($this->Task);
ClassRegistry::flush();
App::build();
}
/**