fix controller tests namespace #9

Merged
lubiana merged 1 commit from fix_controller_tests_namespace into main 2024-06-14 18:43:52 +00:00
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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