You are here

public function ClassMetadataTest::testGetReflectionClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

ClassMetadataTest

Namespace

Symfony\Component\Validator\Tests\Mapping

Code

public function testGetReflectionClass() {
  $reflClass = new \ReflectionClass(self::CLASSNAME);
  $this
    ->assertEquals($reflClass, $this->metadata
    ->getReflectionClass());
}