mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-12-26 23:26:10 +01:00

[BUGFIX] Fix code style

Related: #1228
This commit is contained in:
Eike Starkmann 2024-07-31 19:55:03 +02:00 committed by Oliver Klee
parent 5bf678b9c1
commit 647edec415

View file

@ -28,7 +28,7 @@ final class TeaControllerTest extends FunctionalTestCase
'cacheHash' => [ 'cacheHash' => [
'enforceValidation' => false, 'enforceValidation' => false,
], ],
] ],
]); ]);
parent::setUp(); parent::setUp();