示例#1
0
 public function getRubricBlocks()
 {
     return $this->body->getElements('oat\\taoQtiItem\\model\\qti\\RubricBlock');
 }
 /**
  * @expectedException InvalidArgumentException
  *
  * @author Lionel Lecaque, lionel@taotesting.com
  */
 public function testEdit()
 {
     $cont = new ContainerItemBody();
     $cont->edit(11);
 }