diff --git a/Tests/Functional/Controller/TeaControllerTest.php b/Tests/Functional/Controller/TeaControllerTest.php
index fa8b87e..0add1de 100644
--- a/Tests/Functional/Controller/TeaControllerTest.php
+++ b/Tests/Functional/Controller/TeaControllerTest.php
@@ -28,7 +28,7 @@ final class TeaControllerTest extends FunctionalTestCase
                 'cacheHash' => [
                     'enforceValidation' => false,
                 ],
-            ]
+            ],
         ]);
 
         parent::setUp();