public function StaticReflectionServiceTest::testGetAccessibleProperty in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ StaticReflectionServiceTest.php, line 64
Class
- StaticReflectionServiceTest
- @group DCOM-93
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testGetAccessibleProperty() {
$reflProp = $this->reflectionService
->getAccessibleProperty(__CLASS__, "reflectionService");
$this
->assertNull($reflProp);
}