public function FinderTest::testGetIteratorWithoutIn in Database Sanitize 7
@expectedException \LogicException
File
- vendor/
symfony/ finder/ Tests/ FinderTest.php, line 328
Class
Namespace
Symfony\Component\Finder\TestsCode
public function testGetIteratorWithoutIn() {
$finder = Finder::create();
$finder
->getIterator();
}