From 81be4c238c68ea7263eefa7cecbe15edb1dc3482 Mon Sep 17 00:00:00 2001 From: Art4 Date: Tue, 19 Nov 2024 09:08:03 +0000 Subject: [PATCH] Fix namespace in PlaintextTest --- tests/src/Content/{ => Text}/PlaintextTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/src/Content/{ => Text}/PlaintextTest.php (98%) 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;