hasChild() public method

public hasChild ( $relPath )
 public function testHasChildDetached()
 {
     $resource = new FileResource($this->fixturesDir . '/dir1/file1');
     $this->assertFalse($resource->hasChild('file'));
 }