Example #1
0
 public function testSetLabelText()
 {
     $this->chart->setLabelText('foo');
     $this->assertEquals('foo', $this->chart->getLabelText());
 }