mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Fixed some inspection issues
This commit is contained in:
parent
c6f1758a18
commit
8ae4e9fe05
39 changed files with 46 additions and 56 deletions
|
@ -29,7 +29,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|||
class FAIconGeneratorTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @var AmountFormatter
|
||||
* @var FAIconGenerator
|
||||
*/
|
||||
protected $service;
|
||||
|
||||
|
@ -39,7 +39,7 @@ class FAIconGeneratorTest extends WebTestCase
|
|||
|
||||
//Get an service instance.
|
||||
self::bootKernel();
|
||||
$this->service = self::$container->get(FAIconGenerator::class);
|
||||
$this->service = self::getContainer()->get(FAIconGenerator::class);
|
||||
}
|
||||
|
||||
public function fileExtensionDataProvider(): array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue