public function ClassMetadataTest::testGetReflectionClass in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ 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());
}