diff --git a/tests/src/Content/PlaintextTest.php b/tests/src/Content/Text/PlaintextTest.php similarity index 98% rename from tests/src/Content/PlaintextTest.php rename to tests/src/Content/Text/PlaintextTest.php index 21906d8c39..5c5877ac75 100644 --- a/tests/src/Content/PlaintextTest.php +++ b/tests/src/Content/Text/PlaintextTest.php @@ -5,7 +5,7 @@ // // SPDX-License-Identifier: AGPL-3.0-or-later -namespace Friendica\Test\src\Content; +namespace Friendica\Test\src\Content\Text; use Friendica\Content\Text\BBCode; use Friendica\Content\Text\Plaintext;