예제 #1
0
 /**
  * @return WPCLI
  */
 private function make_instance()
 {
     return new WPCLI($this->moduleContainer->reveal(), $this->config, $this->executor->reveal());
 }