mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-12-26 09:26:10 +01:00
parent
bf153582fa
commit
5bf678b9c1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ final class TeaControllerTest extends FunctionalTestCase
|
|||
*/
|
||||
public function showActionRendersTheGivenTeas(): void
|
||||
{
|
||||
$request = (new InternalRequest())->withPageId(1)->withQueryParameters(["tx_tea_teashow[tea]" => 1]);
|
||||
$request = (new InternalRequest())->withPageId(1)->withQueryParameters(['tx_tea_teashow[tea]' => 1]);
|
||||
|
||||
$html = (string)$this->executeFrontendSubRequest($request)->getBody();
|
||||
|
||||
|
|
Loading…
Reference in a new issue