mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
Fixed inspection issues
This commit is contained in:
parent
5f29ee9052
commit
de96aae9a5
36 changed files with 55 additions and 53 deletions
|
@ -53,7 +53,7 @@ class PermissionSchemaUpdaterTest extends WebTestCase
|
|||
parent::setUp();
|
||||
self::bootKernel();
|
||||
|
||||
$this->service = self::$container->get(PermissionSchemaUpdater::class);
|
||||
$this->service = self::getContainer()->get(PermissionSchemaUpdater::class);
|
||||
}
|
||||
|
||||
public function testIsSchemaUpdateNeeded(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue