mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 22:59:52 +02:00
Fixed inspection issues
This commit is contained in:
parent
5f29ee9052
commit
de96aae9a5
36 changed files with 55 additions and 53 deletions
|
@ -61,7 +61,7 @@ class PartLotProviderTest extends WebTestCase
|
|||
{
|
||||
self::bootKernel();
|
||||
\Locale::setDefault('en');
|
||||
$this->service = self::$container->get(PartLotProvider::class);
|
||||
$this->service = self::getContainer()->get(PartLotProvider::class);
|
||||
$this->target = new PartLot();
|
||||
$this->target->setDescription('Lot description');
|
||||
$this->target->setComment('Lot comment');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue