Continuous Integration Fixes

This commit is contained in:
Continuous Integration 2025-01-26 10:50:50 +00:00
parent 0aa25d107b
commit 7fb0614db4
5 changed files with 22 additions and 16 deletions

View file

@ -36,6 +36,7 @@ final class MenuItemTest extends TestCase
$vendor = new FoodVendor;
$vendor->setName('Test');
$item->setFoodVendor($vendor);
$item2 = new MenuItem;