getChild() public method

public getChild ( $relPath )
コード例 #1
0
 /**
  * @expectedException \Puli\Repository\Api\ResourceNotFoundException
  */
 public function testGetChildDetached()
 {
     $resource = new FileResource($this->fixturesDir . '/dir1/file1');
     $resource->getChild('file');
 }