fix controller tests namespace #9
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue