register(new CacheServiceProvider()); $this->assertInstanceof('Doctrine\\Common\\Cache\\Cache', self::$DI['app']['cache']); $this->assertInstanceof('Doctrine\\Common\\Cache\\Cache', self::$DI['app']['opcode-cache']); $this->assertInstanceof('Alchemy\\Phrasea\\Cache\\Manager', self::$DI['app']['phraseanet.cache-service']); } }