public function FinderTest::testCreate in Database Sanitize 7
File
- vendor/
symfony/ finder/ Tests/ FinderTest.php, line 18
Class
Namespace
Symfony\Component\Finder\TestsCode
public function testCreate() {
$this
->assertInstanceOf('Symfony\\Component\\Finder\\Finder', Finder::create());
}