From 0726a8a8ef19ab50f3bc082160c1e7ddb99df6c7 Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 14 Jun 2024 20:43:11 +0200 Subject: [PATCH] fix controller tests namespace --- tests/Controller/FoodOrderControllerTest.php | 2 +- tests/Controller/FoodVendorControllerTest.php | 2 +- tests/Controller/OrderItemControllerTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Controller/FoodOrderControllerTest.php b/tests/Controller/FoodOrderControllerTest.php index 4e81f23..b6ffd07 100644 --- a/tests/Controller/FoodOrderControllerTest.php +++ b/tests/Controller/FoodOrderControllerTest.php @@ -1,6 +1,6 @@