/** * @Given /^I bind the content type "([^"]*)" with "([^"]*)"$/ */ public function iBindTheContentTypeWithIn($bundle, $vocabulary) { FeatureHelp::BindContentToVocab($bundle, $vocabulary); }