Exemplo n.º 1
0
 private function make_instance()
 {
     return new WPBootstrapper($this->module_container->reveal(), $this->config, $this->restorer->reveal(), $this->wp->reveal());
 }
Exemplo n.º 2
0
 /**
  * @return WPLoader
  */
 private function make_instance()
 {
     return new WPLoader($this->moduleContainer->reveal(), $this->config, $this->wp->reveal());
 }