forked from mirror/Part-DB.Part-DB-server
Fixed inspection issues
This commit is contained in:
parent
5f29ee9052
commit
de96aae9a5
36 changed files with 55 additions and 53 deletions
|
@ -56,7 +56,7 @@ final class BarcodeGeneratorTest extends WebTestCase
|
|||
protected function setUp(): void
|
||||
{
|
||||
self::bootKernel();
|
||||
$this->services = self::$container->get(BarcodeGenerator::class);
|
||||
$this->services = self::getContainer()->get(BarcodeGenerator::class);
|
||||
}
|
||||
|
||||
public function testGetContent(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue