protected function setUp() { global $phpbb_dispatcher; parent::setUp(); $GLOBALS['config'] = array('force_server_vars' => '0'); $this->path_helper = $this->get_path_helper(); $phpbb_dispatcher = new phpbb_mock_event_dispatcher(); }
protected function setUp() { parent::setUp(); $GLOBALS['config'] = array( 'force_server_vars' => '0', ); }