fix controller tests namespace
All checks were successful
/ ls (pull_request) Successful in 29s
/ ls (push) Successful in 29s

This commit is contained in:
Jonas 2024-06-14 20:43:11 +02:00
parent a7bec45c48
commit 0726a8a8ef
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace App\Test\Controller;
namespace App\Tests\Controller;
use App\Entity\FoodOrder;
use App\Tests\DbWebTest;

View file

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace App\Test\Controller;
namespace App\Tests\Controller;
use App\Entity\FoodVendor;
use App\Tests\DbWebTest;

View file

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace App\Test\Controller;
namespace App\Tests\Controller;
use App\Entity\OrderItem;
use App\Tests\DbWebTest;