Skip to content

Commit 5a71cbd

Browse files
committed
test: fixed HHVM compatibility
1 parent 4f8f328 commit 5a71cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Application/Presenter.paramChecking.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $presenter->injectPrimary(
2828
NULL,
2929
NULL,
3030
new Application\Routers\SimpleRouter,
31-
new Http\Request(new Http\UrlScript),
31+
new Http\Request(new Http\UrlScript('http://localhost')),
3232
new Http\Response
3333
);
3434

0 commit comments

Comments
 (0)