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