From 77655c1248f60360335c13a7e841083c3d0caf71 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Thu, 22 Apr 2021 18:26:00 +0000 Subject: [PATCH] [TESTS] Fix wrong namespace in tests --- tests/Entity/PollTest.php | 2 +- tests/Twig/ExtensionTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Entity/PollTest.php b/tests/Entity/PollTest.php index dc5a8e53f4..391eac00d2 100644 --- a/tests/Entity/PollTest.php +++ b/tests/Entity/PollTest.php @@ -16,7 +16,7 @@ // along with GNU social. If not, see . // }}} -namespace App\Tests\Util\Form\ActorArrayTransformer; +namespace App\Tests\Entity; use App\Entity\Poll; use PHPUnit\Framework\TestCase; diff --git a/tests/Twig/ExtensionTest.php b/tests/Twig/ExtensionTest.php index 3ba126c568..dc32ccbc30 100644 --- a/tests/Twig/ExtensionTest.php +++ b/tests/Twig/ExtensionTest.php @@ -31,7 +31,7 @@ * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ -namespace App\Tests\Templates\Icons; +namespace App\Tests\Twig; use App\Twig\Extension; use App\Twig\Runtime;