mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
fix code style for symfony 5
This commit is contained in:
@@ -28,7 +28,7 @@ class CountEventTest extends KernelTestCase
|
||||
{
|
||||
parent::setUp();
|
||||
self::bootKernel();
|
||||
$this->countEvents = self::$container->get(CountEvents::class);
|
||||
$this->countEvents = self::getContainer()->get(CountEvents::class);
|
||||
}
|
||||
|
||||
public function testExecuteQuery(): void
|
||||
|
Reference in New Issue
Block a user