예제 #1
0
파일: ApcTest.php 프로젝트: nervo/Gaufrette
 public function testComputePath()
 {
     $adapter = new Apc(self::PREFIX);
     $this->assertEquals(self::PREFIX . 'foobar', $adapter->computePath('foobar'));
 }