コード例 #1
0
ファイル: StepTest.php プロジェクト: benivaldo/zf2-na-pratica
 /**
  * Ensures that set/getStep() works
  */
 public function testCanSetStepValue()
 {
     $this->_validator->setStep(2);
     $this->assertEquals('2', $this->_validator->getStep());
 }