Exemplo n.º 1
0
 /**
  * @Given /^I assign the node "([^"]*)" with the type "([^"]*)" to the term "([^"]*)"$/
  */
 public function iAssignTheNodeWithTheTypeToTheTerm($node, $type, $term)
 {
     FeatureHelp::assignNodeToTerm($node, $term, $type);
 }