/** * @Given /^the widget "([^"]*)" is set in the "([^"]*)" page$/ */ public function theWidgetIsSetInThePage($page, $widget) { $this->box[] = FeatureHelp::setBoxInRegion($this->nid, $page, $widget); }