コード例 #1
0
 public function testIsCollection()
 {
     $mm = new MultimediaObject();
     $this->assertEquals(false, $mm->isCollection());
 }