public function ValidatorBuilderTest::testSetMetadataCache in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/ValidatorBuilderTest.php \Symfony\Component\Validator\Tests\ValidatorBuilderTest::testSetMetadataCache()
File
- vendor/
symfony/ validator/ Tests/ ValidatorBuilderTest.php, line 86
Class
Namespace
Symfony\Component\Validator\TestsCode
public function testSetMetadataCache() {
$this
->assertSame($this->builder, $this->builder
->setMetadataCache($this
->getMock('Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface')));
}