Esempio n. 1
0
 /**
  * @given /^I whitelist the domain "([^"]*)"$/
  */
 public function iWhitelistTheDomain($domain)
 {
     FeatureHelp::AddToWhiteList($domain);
 }