Skip to content

Commit

Permalink
[BUGFIX] Fix code style
Browse files Browse the repository at this point in the history
Related: #1228
  • Loading branch information
Starkmann committed Jul 31, 2024
1 parent 8ac9240 commit 951aaf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Functional/Controller/TeaControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function setUp(): void
'cacheHash' => [
'enforceValidation' => false,
],
]
],
]);

parent::setUp();
Expand Down Expand Up @@ -72,7 +72,7 @@ public function showActionRendersTheGivenTeas(): void
$request = new InternalRequest();
$request = $request->withPageId(3);
$request = $request->withQueryParameters([
'tx_tea_teashow[tea]' => 1
'tx_tea_teashow[tea]' => 1,
]);

$html = (string)$this->executeFrontendSubRequest($request)->getBody();
Expand Down

0 comments on commit 951aaf0

Please sign in to comment.