示例#1
0
 /**
  * @return WordPress
  */
 private function make_instance()
 {
     return new WordPress($this->moduleContainer->reveal(), $this->config, $this->client->reveal());
 }