コード例 #1
0
ファイル: CursorTest.php プロジェクト: neeckeloo/AmChartsPHP
 public function testSetBulletSize()
 {
     $this->cursor->setBulletSize(8);
     $this->assertEquals(8, $this->cursor->getBulletSize());
 }