Ejemplo n.º 1
0
 public function testSetGridPosition()
 {
     $this->axis->setGridPosition(Category::POSITION_MIDDLE);
     $this->assertEquals(Category::POSITION_MIDDLE, $this->axis->getGridPosition());
 }