From 8639d5af848ff89f6604b91aea49387f456b26e3 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 15 Apr 2012 22:54:13 -0400 Subject: [PATCH] Fix mistakes. --- lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php | 2 +- lib/Cake/TestSuite/CakeTestCase.php | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php index b94f1b64c..de552b1f8 100644 --- a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php @@ -1,4 +1,4 @@ -_configure)) { $this->_configure = Configure::read(); } - if (empty($this->_configure['App'])) { - fwrite(STDERR, get_class($this) . '::' . $this->getName() . " did not have any configure vars\n"); - } if (empty($this->_pathRestore)) { $this->_pathRestore = App::paths(); }