コード例 #1
0
 public function testApplyPathPrefix()
 {
     $this->adapter->setPathPrefix('');
     $this->assertEquals('', $this->adapter->applyPathPrefix(''));
 }