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

public find ( )
 /**
  * Tests the find() method.
  */
 public function testFind()
 {
     $finder = new ResourceFinder([]);
     $this->assertInstanceOf('Symfony\\Component\\Finder\\Finder', $finder->find());
 }