From 09e04c5c1c1120e6c0f336b46bc7bf8217748374 Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Mon, 5 Jul 2010 23:52:15 -0300 Subject: [PATCH] Removed old use of Configure class in tests. --- cake/tests/cases/dispatcher.test.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/cake/tests/cases/dispatcher.test.php b/cake/tests/cases/dispatcher.test.php index 5cd41fd14..f148f5a74 100644 --- a/cake/tests/cases/dispatcher.test.php +++ b/cake/tests/cases/dispatcher.test.php @@ -1764,8 +1764,6 @@ class DispatcherTest extends CakeTestCase { */ public function testAssets() { Router::reload(); - $Configure = Configure::getInstance(); - $Configure->__objects = null; App::build(array( 'plugins' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'plugins' . DS),