From d6637f016d9afd1a544fd15666527d4b078b8ee5 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 21 Feb 2012 16:50:29 +0100 Subject: [PATCH] Refactor Cache services --- lib/unitTest/Alchemy/Phrasea/Cache/ManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unitTest/Alchemy/Phrasea/Cache/ManagerTest.php b/lib/unitTest/Alchemy/Phrasea/Cache/ManagerTest.php index b8871a9ca7..4e8f3bae1e 100644 --- a/lib/unitTest/Alchemy/Phrasea/Cache/ManagerTest.php +++ b/lib/unitTest/Alchemy/Phrasea/Cache/ManagerTest.php @@ -20,7 +20,7 @@ class ManagerTest extends \PHPUnit_Framework_TestCase */ public function setUp() { - $this->object = new \Alchemy\Phrasea\Cache\Manager; +// $this->object = new \Alchemy\Phrasea\Cache\Manager(self::); } /**