getPath() публичный Метод

public getPath ( $snapshotName = '' )
Пример #1
0
 public function testPathNotInitialized()
 {
     $item = new Item('Raw content', 'index.html', []);
     $this->assertEquals('', $item->getPath());
 }