public function RuntimeReflectionServiceTest::testGetReflectionClass in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ RuntimeReflectionServiceTest.php, line 63
Class
- RuntimeReflectionServiceTest
- @group DCOM-93
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testGetReflectionClass() {
$class = $this->reflectionService
->getClass(__CLASS__);
$this
->assertInstanceOf("ReflectionClass", $class);
}