コード例 #1
0
ファイル: ValueTest.php プロジェクト: neeckeloo/AmChartsPHP
 public function testSetStackType()
 {
     $this->axis->setStackType('regular');
     $this->assertEquals('regular', $this->axis->getStackType());
 }