Fix namespace in tests

This commit is contained in:
Art4 2025-02-05 19:39:35 +00:00
parent d086a982f9
commit 703024d9b9

View file

@ -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;