Пример #1
0
 /**
  * @return WordPress
  */
 private function make_instance()
 {
     return new WordPress($this->server, $this->history->reveal(), $this->cookieJar->reveal(), $this->uriToIndexMapper->reveal());
 }