Apply new CS rules on the news-on-homepage feature

This commit is contained in:
2024-01-15 20:57:51 +01:00
parent 8cc5859a3b
commit f5879cf275
7 changed files with 46 additions and 17 deletions

View File

@@ -17,6 +17,11 @@ use Doctrine\ORM\EntityManagerInterface;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Clock\ClockInterface;
/**
* @internal
*
* @coversNothing
*/
class NewsItemRepositoryTest extends KernelTestCase
{
private function getNewsItemsRepository(): NewsItemRepository