You are here

public function ValidatorBuilderTest::testSetMetadataCache in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php, line 87

Class

ValidatorBuilderTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testSetMetadataCache() {
  $this
    ->assertSame($this->builder, $this->builder
    ->setMetadataCache($this
    ->getMock('Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface')));
}