Refactor Cache services

This commit is contained in:
Romain Neutron
2012-02-21 16:50:29 +01:00
parent c91a84937c
commit d6637f016d

View File

@@ -20,7 +20,7 @@ class ManagerTest extends \PHPUnit_Framework_TestCase
*/ */
public function setUp() public function setUp()
{ {
$this->object = new \Alchemy\Phrasea\Cache\Manager; // $this->object = new \Alchemy\Phrasea\Cache\Manager(self::);
} }
/** /**