コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @Given /^I define the subtheme "([^"]*)" of the theme "([^"]*)" as the theme of "([^"]*)"$/
  */
 public function iDefineTheSubthemeOfTheThemeAsTheThemeOf($subtheme, $theme, $vsite)
 {
     FeatureHelp::DefineSubtheme($theme, $subtheme, $vsite);
 }