]> git.mxchange.org Git - friendica.git/commitdiff
Testing the test
authorMichael <heluecht@pirati.ca>
Mon, 15 Feb 2021 07:05:29 +0000 (07:05 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 15 Feb 2021 07:05:29 +0000 (07:05 +0000)
tests/legacy/ApiTest.php

index 265f502f0aae3c7283e868a16c89152ac1ed6a63..1642877947016858690eb43a62fbeb280de45058 100644 (file)
@@ -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) {