Esempio n. 1
0
 /**
  * @expectedException ListHeaderException
  */
 public function testSetTextAlignmentStyle_UnsupportedType()
 {
     $textAlignmentStyle = 'bottom';
     $this->object->setTextAlignmentStyle($textAlignmentStyle);
 }