public function StaticReflectionServiceTest::testGetReflectionClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php \Doctrine\Tests\Common\Persistence\Mapping\StaticReflectionServiceTest::testGetReflectionClass()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ StaticReflectionServiceTest.php, line 52
Class
- StaticReflectionServiceTest
- @group DCOM-93
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testGetReflectionClass() {
$class = $this->reflectionService
->getClass(__CLASS__);
$this
->assertNull($class);
}