コード例 #1
0
ファイル: CursorTest.php プロジェクト: neeckeloo/AmChartsPHP
 public function testSetCursorAlpha()
 {
     $alpha = 20;
     $this->cursor->setCursorAlpha($alpha);
     $this->assertEquals($alpha, $this->cursor->getCursorAlpha());
 }