You are here

public function FilesLoaderTest::testCallsGetFileLoaderInstanceForeachPath in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

FilesLoaderTest

Namespace

Symfony\Component\Validator\Tests\Mapping\Loader

Code

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