Skip to content

Commit

Permalink
test: fixed HHVM compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 1, 2015
1 parent 4f8f328 commit 5a71cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Application/Presenter.paramChecking.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $presenter->injectPrimary(
NULL,
NULL,
new Application\Routers\SimpleRouter,
new Http\Request(new Http\UrlScript),
new Http\Request(new Http\UrlScript('http://localhost')),
new Http\Response
);

Expand Down

0 comments on commit 5a71cbd

Please sign in to comment.