SensioLabs\DeprecationDetector\Tests\Finder\UsageFinderFactoryTest::testCreateFinder PHP Method

testCreateFinder() public method

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