From d8aac470081d4b8e5b2426e59769ed5dbfd84195 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Feb 2021 07:05:29 +0000 Subject: [PATCH] Testing the test --- tests/legacy/ApiTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/legacy/ApiTest.php b/tests/legacy/ApiTest.php index 265f502f0a..1642877947 100644 --- a/tests/legacy/ApiTest.php +++ b/tests/legacy/ApiTest.php @@ -2001,9 +2001,9 @@ class ApiTest extends FixtureTest */ public function testApiStatusesUserTimeline() { - $_REQUEST['max_id'] = 10; - $_REQUEST['exclude_replies'] = true; - $_REQUEST['conversation_id'] = 1; +// $_REQUEST['max_id'] = 10; +// $_REQUEST['exclude_replies'] = true; +// $_REQUEST['conversation_id'] = 1; $result = api_statuses_user_timeline('json'); self::assertNotEmpty($result['status']); foreach ($result['status'] as $status) {