You are here

protected function LegacyElementMetadataTest::setUp in Zircon Profile 8

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

File

vendor/symfony/validator/Tests/Mapping/LegacyElementMetadataTest.php, line 25

Class

LegacyElementMetadataTest
@group legacy

Namespace

Symfony\Component\Validator\Tests\Mapping

Code

protected function setUp() {
  $this->metadata = new TestElementMetadata();
}