Removed old use of Configure class in tests.

This commit is contained in:
Juan Basso 2010-07-05 23:52:15 -03:00
parent fdafa6b3bd
commit 09e04c5c1c

View file

@ -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),