You are here

public function AbstractLegacyApiTest::testGetMetadataFactory in Plug 7

File

lib/Symfony/validator/Symfony/Component/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());
}