You are here

public function FinderTest::testAppendReturnsAFinder in Database Sanitize 7

File

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

Class

FinderTest

Namespace

Symfony\Component\Finder\Tests

Code

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