mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-23 03:19:31 +00:00
Fixed various issues inside the tests
This commit is contained in:
parent
7c03630e24
commit
79ab1a2277
4 changed files with 6 additions and 7 deletions
|
|
@ -44,8 +44,7 @@ class ElementTypeNameGeneratorTest extends WebTestCase
|
|||
parent::setUp();
|
||||
|
||||
//Get an service instance.
|
||||
self::bootKernel();
|
||||
$this->service = self::$container->get(ElementTypeNameGenerator::class);
|
||||
$this->service = self::getContainer()->get(ElementTypeNameGenerator::class);
|
||||
}
|
||||
|
||||
public function testGetLocalizedTypeNameCombination(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue