mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-04 23:09:50 +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();
|
self::bootKernel();
|
||||||
$this->em = self::$container->get(EntityManagerInterface::class);
|
$this->em = self::$container->get(EntityManagerInterface::class);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function tearDownAfterClass(): void
|
public static function tearDownAfterClass(): void
|
||||||
@ -56,11 +55,11 @@ class NewsItemControllerTest extends WebTestCase
|
|||||||
|
|
||||||
public function generateNewsItemIds(): iterable
|
public function generateNewsItemIds(): iterable
|
||||||
{
|
{
|
||||||
/* $qb = $em->createQueryBuilder();
|
/* $qb = $em->createQueryBuilder();
|
||||||
$newsItems = $qb->select('n')->from(NewsItem::class, 'n')
|
$newsItems = $qb->select('n')->from(NewsItem::class, 'n')
|
||||||
->setMaxResults(2)
|
->setMaxResults(2)
|
||||||
->getQuery()
|
->getQuery()
|
||||||
->getResult();*/
|
->getResult();*/
|
||||||
|
|
||||||
$this->setUp();
|
$this->setUp();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user