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