Пример #1
0
 public function testAbsolutizeOutsideOfDocRoot()
 {
     $path = './../images/image.png';
     $existingPath = __DIR__ . '/../../Compiler.php';
     $this->assertEquals($path, $this->object->absolutizeUrl($path, '\'', $existingPath));
 }