Fixed various issues inside the tests

This commit is contained in:
Jan Böhmer 2023-05-28 02:16:40 +02:00
parent 7c03630e24
commit 79ab1a2277
4 changed files with 6 additions and 7 deletions

View file

@ -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