From 3eb190d58450e63978620b6949ccae58520c7284 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 14 Aug 2023 14:38:36 +0200 Subject: [PATCH] Break the PSR4 verification --- Tests/Unit/Controller/TeaControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Unit/Controller/TeaControllerTest.php b/Tests/Unit/Controller/TeaControllerTest.php index a71c421..09cebe0 100644 --- a/Tests/Unit/Controller/TeaControllerTest.php +++ b/Tests/Unit/Controller/TeaControllerTest.php @@ -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;