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();