public function FinderTest::testInWithNonExistentDirectory in Database Sanitize 7
@expectedException \InvalidArgumentException
File
- vendor/
symfony/ finder/ Tests/ FinderTest.php, line 294
Class
Namespace
Symfony\Component\Finder\TestsCode
public function testInWithNonExistentDirectory() {
$finder = new Finder();
$finder
->in('foobar');
}