mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Fixed some inspection issues
This commit is contained in:
@@ -41,8 +41,8 @@ class NodesListBuilderTest extends WebTestCase
|
||||
protected function setUp(): void
|
||||
{
|
||||
self::bootKernel();
|
||||
$this->service = self::$container->get(NodesListBuilder::class);
|
||||
$this->em = self::$container->get(EntityManagerInterface::class);
|
||||
$this->service = self::getContainer()->get(NodesListBuilder::class);
|
||||
$this->em = self::getContainer()->get(EntityManagerInterface::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user