예제 #1
0
 /**
  * @expectedException AmCharts\Chart\Exception\InvalidArgumentException
  */
 public function testSetLabelTextThatNotContainsTitleTag()
 {
     $this->legend->setLabelText('foo');
 }