Skip to content

Commit

Permalink
Fix some tests (work in progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
klapaudius committed Oct 9, 2024
1 parent 8286352 commit 47a2eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Form/Handler/AuthorizeFormHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public function setUp(): void
->disableOriginalConstructor()
->getMock()
;
$request->query = $this->requestQuery;
$request->request = $this->requestRequest;
// $request->query = $this->requestQuery;
// $request->request = $this->requestRequest;
$this->request = $request;
$this->container = $this->getMockBuilder(ContainerInterface::class)
->disableOriginalConstructor()
Expand Down

0 comments on commit 47a2eba

Please sign in to comment.