From: Michael Date: Thu, 27 Oct 2022 06:31:09 +0000 (+0000) Subject: Possibly fix test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e31533d0d3a620704dc94dc16fbe6a1b06d72943;p=friendica.git Possibly fix test --- diff --git a/tests/src/Factory/Api/Twitter/StatusTest.php b/tests/src/Factory/Api/Twitter/StatusTest.php index f608b66bb1..6c2e856cc8 100644 --- a/tests/src/Factory/Api/Twitter/StatusTest.php +++ b/tests/src/Factory/Api/Twitter/StatusTest.php @@ -49,7 +49,7 @@ class StatusTest extends FixtureTest new Url(DI::logger()), new Mention(DI::logger(), DI::baseUrl()), new Activities(DI::logger(), DI::twitterUser()), - new Attachment(DI::logger())); + new Attachment(DI::logger()), DI::contentItem()); } /**