public function ClassMetadataTest::testGetReflectionClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Mapping/ClassMetadataTest.php \Symfony\Component\Validator\Tests\Mapping\ClassMetadataTest::testGetReflectionClass()
File
- vendor/
symfony/ validator/ Tests/ Mapping/ ClassMetadataTest.php, line 199
Class
Namespace
Symfony\Component\Validator\Tests\MappingCode
public function testGetReflectionClass() {
$reflClass = new \ReflectionClass(self::CLASSNAME);
$this
->assertEquals($reflClass, $this->metadata
->getReflectionClass());
}