SensioLabs\DeprecationDetector\Tests\Finder\UsageFinderFactoryTest::testCreateFinder PHP 메소드

testCreateFinder() 공개 메소드

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