Move test into Unit test namespace

This commit is contained in:
Art4 2024-11-08 08:17:27 +00:00
parent dc80d35088
commit 256ed12b51

View file

@ -5,7 +5,7 @@
// //
// SPDX-License-Identifier: AGPL-3.0-or-later // SPDX-License-Identifier: AGPL-3.0-or-later
namespace Friendica\Test\src\Object\Api\Mastodon; namespace Friendica\Test\Unit\Object\Api\Mastodon;
use Friendica\Object\Api\Mastodon\Preferences; use Friendica\Object\Api\Mastodon\Preferences;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;