コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @Given /^I bind the content type "([^"]*)" with "([^"]*)"$/
  */
 public function iBindTheContentTypeWithIn($bundle, $vocabulary)
 {
     FeatureHelp::BindContentToVocab($bundle, $vocabulary);
 }