SensioLabs\DeprecationDetector\Tests\Finder\DeprecationFinderFactoryTest::testCreateFinder PHP Метод

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

public testCreateFinder ( )
    public function testCreateFinder()
    {
        $factory = new DeprecationFinderFactory();
        $this->assertInstanceOf('Symfony\\Component\\Finder\\Finder', $factory->createFinder());
    }
DeprecationFinderFactoryTest