Test part cloning and creation page availability.

This commit is contained in:
Jan Böhmer 2020-04-09 14:23:26 +02:00
parent b13d209051
commit dae29cadd0
2 changed files with 6 additions and 1 deletions

View file

@ -73,7 +73,7 @@ class PartFixtures extends Fixture
/** Part with orderdetails, storelocations and Attachments */
$part = new Part();
$part->setFavorite(true);
$part->setName('Part 2');
$part->setName('Part 3');
$part->setCategory($manager->find(Category::class, 1));
$partLot1 = new PartLot();
$partLot1->setAmount(1.0);