コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @given /^I whitelist the domain "([^"]*)"$/
  */
 public function iWhitelistTheDomain($domain)
 {
     FeatureHelp::AddToWhiteList($domain);
 }