public function FilesLoaderTest::testCallsGetFileLoaderInstanceForeachPath in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Mapping/Loader/FilesLoaderTest.php \Symfony\Component\Validator\Tests\Mapping\Loader\FilesLoaderTest::testCallsGetFileLoaderInstanceForeachPath()
File
- vendor/symfony/ validator/ Tests/ Mapping/ Loader/ FilesLoaderTest.php, line 19 
Class
Namespace
Symfony\Component\Validator\Tests\Mapping\LoaderCode
public function testCallsGetFileLoaderInstanceForeachPath() {
  $loader = $this
    ->getFilesLoader($this
    ->getFileLoader());
  $this
    ->assertEquals(4, $loader
    ->getTimesCalled());
}