Esempio n. 1
0
 /**
  * @expectedException AmCharts\Chart\Exception\InvalidArgumentException 
  */
 public function testSetStartEffectWithInvalidParam()
 {
     $this->chart->setStartEffect('foo');
 }