From e2591537ed418d8c30d161155a976550385039d4 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Thu, 21 Apr 2011 18:57:21 -0430 Subject: [PATCH] Fixing error in Task tests --- lib/Cake/tests/Case/Console/Command/Task/ControllerTaskTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/tests/Case/Console/Command/Task/ControllerTaskTest.php b/lib/Cake/tests/Case/Console/Command/Task/ControllerTaskTest.php index a34b44397..4cfac5688 100644 --- a/lib/Cake/tests/Case/Console/Command/Task/ControllerTaskTest.php +++ b/lib/Cake/tests/Case/Console/Command/Task/ControllerTaskTest.php @@ -94,6 +94,7 @@ class ControllerTaskTest extends CakeTestCase { public function teardown() { unset($this->Task); ClassRegistry::flush(); + App::build(); } /**