Example #1
0
 /**
  * @dataProvider setPullOutRadiusWithInvalidParamProvider
  * @expectedException AmCharts\Chart\Exception\InvalidArgumentException
  */
 public function testSetPullOutRadiusWithInvalidParam($provided)
 {
     $this->chart->setPullOutRadius($provided);
 }