コード例 #1
0
ファイル: PieTest.php プロジェクト: neeckeloo/AmChartsPHP
 public function testGetType()
 {
     $this->assertEquals('pie', $this->chart->getType());
 }