diff options
author | Mario <mario@mariovavti.com> | 2024-11-10 17:55:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-11-10 17:55:27 +0000 |
commit | 31a146b23aa7f5c6123a2ed21691944adcfbc306 (patch) | |
tree | ed8eb2c6637e3d65b18655fa9c799404ad6e4e0b | |
parent | 4e6696b049beec7ed4616b5a3f7e4a0b60d3be09 (diff) | |
parent | fbc79e36e04122acbd8ed719a667045e8c3dad40 (diff) | |
download | volse-hubzilla-31a146b23aa7f5c6123a2ed21691944adcfbc306.tar.gz volse-hubzilla-31a146b23aa7f5c6123a2ed21691944adcfbc306.tar.bz2 volse-hubzilla-31a146b23aa7f5c6123a2ed21691944adcfbc306.zip |
Merge branch 'oops-ref-to-nonexisting-class' into 'dev'
Remove import of non-existing class in test.
See merge request hubzilla/core!2165
-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 { |