You are here

public function FinderTest::testCreate in Database Sanitize 7

File

vendor/symfony/finder/Tests/FinderTest.php, line 18

Class

FinderTest

Namespace

Symfony\Component\Finder\Tests

Code

public function testCreate() {
  $this
    ->assertInstanceOf('Symfony\\Component\\Finder\\Finder', Finder::create());
}