コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @Given /^I set the term "([^"]*)" under the term "([^"]*)"$/
  */
 public function iSetTheTermUnderTheTerm($child, $parent)
 {
     FeatureHelp::setTermUnderTerm($child, $parent);
 }