/**
  * @expectedException InvalidArgumentException
  *
  * @author Lionel Lecaque, lionel@taotesting.com
  */
 public function testEdit()
 {
     $cont = new ContainerItemBody();
     $cont->edit(11);
 }