Example #1
0
 public function testSetValueField()
 {
     $this->chart->setValueField('foo');
     $this->assertEquals('foo', $this->chart->getValueField());
 }