Esempio n. 1
0
 /**
  * Ensures that set/getStep() works
  */
 public function testCanSetStepValue()
 {
     $this->_validator->setStep(2);
     $this->assertEquals('2', $this->_validator->getStep());
 }