mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00

Break the PSR4 verification

This commit is contained in:
Oliver Klee 2023-08-14 14:38:36 +02:00
parent 92eefeeff2
commit 3eb190d584

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace TTN\Tea\Tests\Unit\Controller;
namespace TTN\Tea\Tests\Controller;
use PHPUnit\Framework\MockObject\MockObject;
use TTN\Tea\Controller\TeaController;