function testIsCollectionValuedAssociation()
 {
     $this->assertEquals(false, $this->metadata->isCollectionValuedAssociation('assoc'));
     $this->assertEquals(true, $this->metadata->isCollectionValuedAssociation('multiassoc'));
 }