コード例 #1
0
ファイル: ApcTest.php プロジェクト: nervo/Gaufrette
 public function testComputePath()
 {
     $adapter = new Apc(self::PREFIX);
     $this->assertEquals(self::PREFIX . 'foobar', $adapter->computePath('foobar'));
 }