From 2d7bc0653960262e3843456c04c6a53e0c57a350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 2 Oct 2023 15:02:15 +0200 Subject: [PATCH] Fix CS --- .../ChillMainBundle/Tests/Controller/CenterControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php index 1500e430f..04717e3c1 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php @@ -20,7 +20,6 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; */ final class CenterControllerTest extends WebTestCase { - use PrepareClientTrait; /**