You are here

public function FilesLoaderTest::testCallsGetFileLoaderInstanceForeachPath in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php, line 19

Class

FilesLoaderTest

Namespace

Symfony\Component\Validator\Tests\Mapping\Loader

Code

public function testCallsGetFileLoaderInstanceForeachPath() {
  $loader = $this
    ->getFilesLoader($this
    ->getFileLoader());
  $this
    ->assertEquals(4, $loader
    ->getTimesCalled());
}