mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-02 22:17:45 +00:00
adapt cs to php-csfixer version 3.49
This commit is contained in:
parent
d0af191a00
commit
e96c246ef9
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user