aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Module
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-11-09 14:38:27 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-11-09 14:38:27 +0100
commitfbc79e36e04122acbd8ed719a667045e8c3dad40 (patch)
tree71993f5b5d2bdd50a599cb5ebabc25fd18b896c4 /tests/unit/Module
parent14207c68ca451c365b3fe1f8d267409da39f9498 (diff)
downloadvolse-hubzilla-fbc79e36e04122acbd8ed719a667045e8c3dad40.tar.gz
volse-hubzilla-fbc79e36e04122acbd8ed719a667045e8c3dad40.tar.bz2
volse-hubzilla-fbc79e36e04122acbd8ed719a667045e8c3dad40.zip
Remove import of non-existing class in test.
This one snuck in by mistake. No harm done, as the actual class was never referenced, but it should still not be there.
Diffstat (limited to 'tests/unit/Module')
-rw-r--r--tests/unit/Module/AdminAccountEditTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/Module/AdminAccountEditTest.php b/tests/unit/Module/AdminAccountEditTest.php
index fe682c527..818f30f26 100644
--- a/tests/unit/Module/AdminAccountEditTest.php
+++ b/tests/unit/Module/AdminAccountEditTest.php
@@ -11,7 +11,6 @@ namespace Zotlabs\Tests\Unit\Module;
use DateTimeImmutable;
use PHPUnit\Framework\Attributes\{Before, After};
-use Zotlabs\Model\Account;
class AdminAccountEditTest extends TestCase {