Ejemplo n.º 1
0
 public function testSetBalloonText()
 {
     $this->chart->setBalloonText('foo');
     $this->assertEquals('foo', $this->chart->getBalloonText());
 }