From e96c246ef95b841768f6e554256af4f5afec0db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 19 Feb 2024 13:09:54 +0100 Subject: [PATCH] adapt cs to php-csfixer version 3.49 --- .../Tests/Controller/NewsItemControllerTest.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/NewsItemControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/NewsItemControllerTest.php index 16d286887..ddd38af85 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/NewsItemControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/NewsItemControllerTest.php @@ -35,7 +35,6 @@ class NewsItemControllerTest extends WebTestCase { self::bootKernel(); $this->em = self::$container->get(EntityManagerInterface::class); - } public static function tearDownAfterClass(): void @@ -56,11 +55,11 @@ class NewsItemControllerTest extends WebTestCase public function generateNewsItemIds(): iterable { -/* $qb = $em->createQueryBuilder(); - $newsItems = $qb->select('n')->from(NewsItem::class, 'n') - ->setMaxResults(2) - ->getQuery() - ->getResult();*/ + /* $qb = $em->createQueryBuilder(); + $newsItems = $qb->select('n')->from(NewsItem::class, 'n') + ->setMaxResults(2) + ->getQuery() + ->getResult();*/ $this->setUp();