From e31533d0d3a620704dc94dc16fbe6a1b06d72943 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Oct 2022 06:31:09 +0000 Subject: [PATCH] Possibly fix test --- tests/src/Factory/Api/Twitter/StatusTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } /**