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