mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-15 13:03:50 +01:00

[BUGFIX] Fix code style

Related: 
This commit is contained in:
Eike Starkmann 2024-07-31 19:55:03 +02:00 committed by Oliver Klee
parent 6a5e05001a
commit 4319ebf84f

View file

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