コード例 #1
0
ファイル: WordPressTest.php プロジェクト: lucatume/wp-browser
 /**
  * @return WordPress
  */
 private function make_instance()
 {
     return new WordPress($this->server, $this->history->reveal(), $this->cookieJar->reveal(), $this->uriToIndexMapper->reveal());
 }