mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Tests\Unit\Entity\Subscriber;
|
||||
|
||||
use App\Subscriber\SourceMenuSubscriber;
|
||||
use Infinito\Subscriber\SourceMenuSubscriber;
|
||||
use Symfony\Component\Translation\Translator;
|
||||
use App\Event\Menu\MenuEvent;
|
||||
use Infinito\Event\Menu\MenuEvent;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
Reference in New Issue
Block a user