Ejemplo n.º 1
0
 public function testNullPrefix()
 {
     $this->adapter->setPathPrefix('');
     $path = 'some/path.ext';
     $this->assertEquals($path, $this->adapter->applyPathPrefix($path));
     $this->assertEquals($path, $this->adapter->removePathPrefix($path));
 }