Esempio n. 1
0
 /**
  * @Given /^I set the term "([^"]*)" under the term "([^"]*)"$/
  */
 public function iSetTheTermUnderTheTerm($child, $parent)
 {
     FeatureHelp::setTermUnderTerm($child, $parent);
 }