You are here

public function FinderTest::testGetIteratorWithoutIn in Database Sanitize 7

@expectedException \LogicException

File

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

Class

FinderTest

Namespace

Symfony\Component\Finder\Tests

Code

public function testGetIteratorWithoutIn() {
  $finder = Finder::create();
  $finder
    ->getIterator();
}