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