Doctrine\Tests\ODM\PHPCR\Mapping\AbstractMappingDriverTest::testMappedSuperclassChildTypeMapping PHP Method

testMappedSuperclassChildTypeMapping() public method

public testMappedSuperclassChildTypeMapping ( ClassMetadata $class )
$class Doctrine\ODM\PHPCR\Mapping\ClassMetadata
    public function testMappedSuperclassChildTypeMapping($class)
    {
        $this->assertEquals('id', $class->identifier, 'The id mapping should be inherited');
    }
AbstractMappingDriverTest