public function FilesLoaderTest::testCallsGetFileLoaderInstanceForeachPath in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ 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());
}