コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @Given /^I create the term "([^"]*)" in vocabulary "([^"]*)"$/
  */
 public function iCreateTheTermInVocab($term_name, $vocab_name)
 {
     FeatureHelp::CreateTerm($term_name, $vocab_name);
 }