Наследование: implements SensioLabs\DeprecationDetector\Finder\FinderFactoryInterface
 public function testCreateFinder()
 {
     $factory = new DeprecationFinderFactory();
     $this->assertInstanceOf('Symfony\\Component\\Finder\\Finder', $factory->createFinder());
 }