You are here

public function AbstractLegacyApiTest::testGetMetadataFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Validator/AbstractLegacyApiTest.php \Symfony\Component\Validator\Tests\Validator\AbstractLegacyApiTest::testGetMetadataFactory()

File

vendor/symfony/validator/Tests/Validator/AbstractLegacyApiTest.php, line 311

Class

AbstractLegacyApiTest
Verifies that a validator satisfies the API of Symfony < 2.5.

Namespace

Symfony\Component\Validator\Tests\Validator

Code

public function testGetMetadataFactory() {
  $this
    ->assertSame($this->metadataFactory, $this->validator
    ->getMetadataFactory());
}