From: Art4 Date: Wed, 5 Feb 2025 19:39:35 +0000 (+0000) Subject: Fix namespace in tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=703024d9b9e234a1d70e13871777b45129fe203e;p=friendica.git Fix namespace in tests --- diff --git a/tests/Unit/Core/Addon/AddonInfoTest.php b/tests/Unit/Core/Addon/AddonInfoTest.php index 8181dc3daf..a8e007b50a 100644 --- a/tests/Unit/Core/Addon/AddonInfoTest.php +++ b/tests/Unit/Core/Addon/AddonInfoTest.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Friendica\Test\Unit\Core; +namespace Friendica\Test\Unit\Core\Addon; use Friendica\Core\Addon\AddonInfo; use PHPUnit\Framework\TestCase;