Exemplo n.º 1
0
 public function testSetStackType()
 {
     $this->axis->setStackType('regular');
     $this->assertEquals('regular', $this->axis->getStackType());
 }