/** * @Given /^I delete the term "([^"]*)"$/ */ public function iDeleteTheTermInVocab($term_name) { FeatureHelp::DeleteTerm($term_name); }