public function testLabel()
 {
     $axis = new GoogleChartAxis('x');
     $axis->setLabels(array('A', 'B', 'C'));
     $this->assertEquals($axis->getLabels(), '%d:|A|B|C');
 }