public function testIsCollection()
 {
     $mm = new MultimediaObject();
     $this->assertEquals(false, $mm->isCollection());
 }