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