Example #1
0
 /**
  * @When I press the floor :floorNumber button
  */
 public function iPressTheFloorButton($floorNumber)
 {
     $this->elevatorController->pressButtonWithNumber($floorNumber, $this->resident);
 }