Example #1
0
 public function testSetLabelsEnabled()
 {
     $this->axis->setLabelsEnabled(true);
     $this->assertTrue($this->axis->isLabelsEnabled());
 }