コード例 #1
0
ファイル: PieTest.php プロジェクト: neeckeloo/AmChartsPHP
 /**
  * @expectedException AmCharts\Chart\Exception\InvalidArgumentException
  */
 public function testSetPullOutEffectWithInvalidParam()
 {
     $this->chart->setPullOutEffect('foo');
 }