getPath() 공개 메소드

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