示例#1
0
 /**
  * @expectedException ListHeaderException
  */
 public function testSetElementType_UnsupportedType()
 {
     $elementType = 'circle';
     $this->object->setElementType($elementType);
 }