From fa76265e2df1110fb1f4d1b27ca74107a1e60e6e Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sun, 12 May 2024 21:48:37 +0200 Subject: [PATCH] x --- tests/UI/Presenter.storeRequest().phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UI/Presenter.storeRequest().phpt b/tests/UI/Presenter.storeRequest().phpt index 5e48df8aa..a3e029392 100644 --- a/tests/UI/Presenter.storeRequest().phpt +++ b/tests/UI/Presenter.storeRequest().phpt @@ -81,7 +81,7 @@ test('ok', function () { new Http\Request(new Http\UrlScript), new Http\Response, $sessionMock, - $userMock, + $userMock ); $applicationRequest = new Application\Request('', '', []); @@ -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('', '', []);