mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-22 23:27:31 +01:00
Fixed some inspection issues
This commit is contained in:
@@ -57,7 +57,7 @@ class EventCommentHelperTest extends WebTestCase
|
||||
|
||||
//Get an service instance.
|
||||
self::bootKernel();
|
||||
$this->service = self::$container->get(EventCommentHelper::class);
|
||||
$this->service = self::getContainer()->get(EventCommentHelper::class);
|
||||
}
|
||||
|
||||
public function testInitialState(): void
|
||||
|
||||
Reference in New Issue
Block a user