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;