コード例 #1
0
ファイル: CacheAdapterTest.php プロジェクト: jorjoh/Varden
 public function testGetCacheObject()
 {
     $this->assertEquals($this->cache, $this->adapter->getCacheObject());
 }