You are here

public function ValidatorBuilderTest::testSetMetadataCache in Zircon Profile 8

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

File

vendor/symfony/validator/Tests/ValidatorBuilderTest.php, line 86

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')));
}