We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f328 commit 5a71cbdCopy full SHA for 5a71cbd
tests/Application/Presenter.paramChecking.phpt
@@ -28,7 +28,7 @@ $presenter->injectPrimary(
28
NULL,
29
30
new Application\Routers\SimpleRouter,
31
- new Http\Request(new Http\UrlScript),
+ new Http\Request(new Http\UrlScript('http://localhost')),
32
new Http\Response
33
);
34
0 commit comments