public function RuntimeReflectionServiceTest::testGetReflectionClass

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php, line 52

Class

RuntimeReflectionServiceTest
@group DCOM-93

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

public function testGetReflectionClass() {
  $class = $this->reflectionService
    ->getClass(__CLASS__);
  $this
    ->assertInstanceOf("ReflectionClass", $class);
}