Esempio n. 1
0
 /**
  * @When /^I set the variable "([^"]*)" to "([^"]*)"$/
  */
 public function iSetTheVariableTo($variable, $value)
 {
     FeatureHelp::variableSet($variable, $value);
 }