public function ValidatorBuilderTest::testSetMetadataCache in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ ValidatorBuilderTest.php, line 87
Class
Namespace
Symfony\Component\Validator\TestsCode
public function testSetMetadataCache() {
$this
->assertSame($this->builder, $this->builder
->setMetadataCache($this
->getMock('Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface')));
}