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

testLoadIsLeafMapping() public method

    public function testLoadIsLeafMapping()
    {
        $className = 'Doctrine\\Tests\\ODM\\PHPCR\\Mapping\\Model\\IsLeafObject';
        return $this->loadMetadataForClassname($className);
    }
AbstractMappingDriverTest