mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
fix code style for symfony 5
This commit is contained in:
@@ -28,7 +28,7 @@ class CountEventParticipationsTest extends KernelTestCase
|
||||
{
|
||||
parent::setUp();
|
||||
self::bootKernel();
|
||||
$this->countEventParticipations = self::$container->get(CountEventParticipations::class);
|
||||
$this->countEventParticipations = self::getContainer()->get(CountEventParticipations::class);
|
||||
}
|
||||
|
||||
public function testExecuteQuery(): void
|
||||
|
Reference in New Issue
Block a user