Ejemplo n.º 1
0
 /**
  * Fills in form fields with provided table.
  *
  * @When /^(?:|I )fill in the following:$/
  */
 public function fillFields(TableNode $fields)
 {
     foreach ($fields->getRowsHash() as $field => $value) {
         $this->fillField($field, $value);
     }
 }