mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-18 16:19:34 +00:00
PartCustomState: Anpassungen bzgl. Tests
This commit is contained in:
parent
f7e47276f2
commit
be77e3a0ab
3 changed files with 5 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ declare(strict_types=1);
|
|||
namespace App\Tests\Twig;
|
||||
|
||||
use App\Entity\Attachments\PartAttachment;
|
||||
use App\Entity\Parts\PartCustomState;
|
||||
use App\Entity\ProjectSystem\Project;
|
||||
use App\Entity\LabelSystem\LabelProfile;
|
||||
use App\Entity\Parts\Category;
|
||||
|
|
@ -67,6 +68,7 @@ class EntityExtensionTest extends WebTestCase
|
|||
$this->assertSame('currency', $this->service->getEntityType(new Currency()));
|
||||
$this->assertSame('measurement_unit', $this->service->getEntityType(new MeasurementUnit()));
|
||||
$this->assertSame('label_profile', $this->service->getEntityType(new LabelProfile()));
|
||||
$this->assertSame('part_custom_state', $this->service->getEntityType(new PartCustomState()));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue