Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 12, 2024
1 parent 2896181 commit fa76265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UI/Presenter.storeRequest().phpt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test('ok', function () {
new Http\Request(new Http\UrlScript),
new Http\Response,
$sessionMock,
$userMock,
$userMock
);

$applicationRequest = new Application\Request('', '', []);
Expand Down Expand Up @@ -151,7 +151,7 @@ test('no user', function () {
new Application\Routers\SimpleRouter,
new Http\Request(new Http\UrlScript),
new Http\Response,
$sessionMock,
$sessionMock
);

$applicationRequest = new Application\Request('', '', []);
Expand Down

0 comments on commit fa76265

Please sign in to comment.