コード例 #1
0
ファイル: SerialTest.php プロジェクト: neeckeloo/AmChartsPHP
 public function testGetCategoryAxis()
 {
     $this->assertInstanceOf('AmCharts\\Chart\\Axis\\Category', $this->chart->categoryAxis());
 }