Example #1
0
 /**
  * Get a new instance of Request function core
  * with default setting.
  */
 protected function getTestInstance()
 {
     $request = new Target($this->config, $this->configCommon, $this->frameworkInstance);
     $request->inited();
     return $request;
 }