diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-11-09 14:38:27 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-11-09 14:38:27 +0100 |
commit | fbc79e36e04122acbd8ed719a667045e8c3dad40 (patch) | |
tree | 71993f5b5d2bdd50a599cb5ebabc25fd18b896c4 | |
parent | 14207c68ca451c365b3fe1f8d267409da39f9498 (diff) | |
download | volse-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.
-rw-r--r-- | tests/unit/Module/AdminAccountEditTest.php | 1 |
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 { |