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