Esempio n. 1
0
 /**
  * @Given /^I define the subtheme "([^"]*)" of the theme "([^"]*)" as the theme of "([^"]*)"$/
  */
 public function iDefineTheSubthemeOfTheThemeAsTheThemeOf($subtheme, $theme, $vsite)
 {
     FeatureHelp::DefineSubtheme($theme, $subtheme, $vsite);
 }