Exemplo n.º 1
0
 /**
  * @Given /^I unassign the node "([^"]*)" with the type "([^"]*)" from the term "([^"]*)"$/
  */
 public function iUnassignTheNodeWithTheTypeFromTheTerm($node, $type, $term)
 {
     FeatureHelp::unassignNodeFromTerm($node, $term, $type);
 }