fix: Update namespace to prevent having issues with PSR4 autoloading.

This commit is contained in:
Pol Dellaiera
2022-02-01 09:10:32 +01:00
parent 170ce2d51c
commit 0f31a49890
15 changed files with 18 additions and 15 deletions

View File

@@ -9,10 +9,11 @@
declare(strict_types=1);
namespace Chill\MainBundle\Form\Type;
namespace Chill\MainBundle\Tests\Form\Type;
use Chill\MainBundle\Entity\GroupCenter;
use Chill\MainBundle\Entity\User;
use Chill\MainBundle\Form\CenterType;
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
use Symfony\Component\Form\Extension\Core\Type\HiddenType;
use Symfony\Component\Form\Test\TypeTestCase;