コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @Given /^the widget "([^"]*)" is set in the "([^"]*)" page$/
  */
 public function theWidgetIsSetInThePage($page, $widget)
 {
     $this->box[] = FeatureHelp::setBoxInRegion($this->nid, $page, $widget);
 }