dbfe918a8b
Fix tests
2021-12-05 20:34:01 +01:00
9081b37762
Fix Twitter statuses list & reenable tests
2021-12-05 20:34:01 +01:00
85b9f2b02c
Reenable Incoming test and fixes an array_reverse() bug
2021-12-05 20:34:00 +01:00
6d8b8d95b1
Reenable Followers&Friends Lists and fixes a array_reverse() Bug
2021-12-05 20:34:00 +01:00
7ca47e8d21
Re enable Blocks/Lists test
2021-12-05 20:34:00 +01:00
6b03ee2922
Re enable UpdateProfile test
2021-12-05 20:34:00 +01:00
226f6038de
mark remaining Mastodon tests incomplete because of needed refactoring
2021-12-05 20:33:59 +01:00
215979c2ac
mark Timeline tests incomplete because of needed refactoring
2021-12-05 20:33:59 +01:00
cc7b2fae4e
Re-enable AccountVerifyCredentials test
2021-12-05 20:33:59 +01:00
902bcc506f
Re-enable StatusNetConfig test
2021-12-05 20:33:58 +01:00
901068f770
Fix test
2021-11-30 20:53:47 +01:00
56f8adcb80
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 19:07:24 +00:00
2e4d654c0a
Make $_REQUEST processing independent of sub-calls
...
- Move HTTPInputData::process() into App::runFrontend()
- Pass $_REQUEST (including processed Input) to every Module method
- Delete $_POST parameters at Module post() calls because of $_REQUEST
2021-11-30 01:07:58 -05:00
220c910de4
Tests
2021-11-30 05:43:06 +00:00
d433c06632
Add tests to prove error https://github.com/friendica/friendica/issues/11023
...
- Use `$request` instead of `$post` in `BaseModule->run`
2021-11-29 06:29:29 -05:00
a7689a3cc4
Improve comment wording in ApiTest
2021-11-28 08:26:53 -05:00
d576bb136b
Fix BaseApi and corresponding tests
2021-11-28 13:11:12 +01:00
313d74598d
Fix tests
2021-11-27 22:25:41 -05:00
0b3540af0e
Make PHP-CS happy :)
2021-11-27 20:41:11 +01:00
6fc2eeaeaf
Move all (inactive) API endpoint specific tests to new structure
2021-11-27 19:50:52 +01:00
6a9fff5100
Fixing Response
2021-11-27 12:40:57 +01:00
7cd85873ee
Replace IRespondToRequests with PSR-7 ResponseInterface
2021-11-27 12:40:57 +01:00
78c45bd142
Add NodeInfo Module test as an example
2021-11-27 12:40:56 +01:00
537b74f307
Inherit ApiResponse
from Response
2021-11-27 12:40:54 +01:00
f00792d370
Merge remote-tracking branch 'upstream/develop' into api-rework
2021-11-21 17:02:51 +00:00
a4ef4589e6
Reworked friendship API endpoints
2021-11-21 16:59:09 +00:00
23c56b108b
Merge pull request #11003 from annando/fix-api
...
Fix legacy API
2021-11-21 07:55:25 -05:00
8135c49613
Fix ApiResponseTest
2021-11-21 11:45:50 +01:00
b4cb5631ad
Fixing tests again
2021-11-21 10:23:54 +00:00
8abf6c9dd0
Possibly fixing tests
2021-11-21 10:20:03 +00:00
645e4edc63
Revert "Revert "Replace Module::init() with Constructors""
...
This reverts commit 89d6c89b67
.
2021-11-19 20:18:48 +01:00
89d6c89b67
Revert "Replace Module::init() with Constructors"
2021-11-19 07:23:23 -05:00
0b6e0566d7
Merge pull request #10987 from annando/api4
...
API: moved classes / unified user array creation
2021-11-19 06:13:52 -05:00
b67c10812a
Merge remote-tracking branch 'upstream/develop' into api4
2021-11-18 20:15:57 +00:00
f3d7d610e8
Fix tests
2021-11-17 22:21:03 +01:00
6b20e52c99
Fixed banner test
2021-11-17 00:03:24 +00:00
2bb1805a67
Added profile picture
2021-11-16 23:57:12 +00:00
d32f8e5285
Adapt API tests for dynamic usage
2021-11-14 23:49:07 +01:00
e7f84d4934
Move Api\unsupported tests and remove dependency to System::jsonExit()
2021-11-12 22:44:59 +01:00
c0219fe2fa
class type
2021-11-12 22:30:48 +01:00
7797c3a0a8
Migrate API\error tests and fix ApiResponse for RSS/atom
2021-11-12 22:29:58 +01:00
23939cd0f1
Mirate API\SavedSearches tests
2021-11-12 22:15:43 +01:00
de1e839a2b
Migrate API\StatusNetVersion
2021-11-12 22:12:28 +01:00
829c43ba3b
Migrate Api\RateLimitStatus
2021-11-12 22:09:03 +01:00
0757c00d52
Move Api\Help
2021-11-12 22:03:41 +01:00
bfe925aabe
Make PHP-CS happy and add (c) header
2021-11-12 21:50:02 +01:00
6725f05ab2
Moved API\Notification tests
2021-11-12 21:35:21 +01:00
f2ca21935e
Move API\Photo testcases
2021-11-12 21:12:00 +01:00
e477cf215d
Make API testable & move PhotoAlbum tests to new destination
2021-11-12 21:08:36 +01:00
d55ecb9288
Fix a lot of notices/warnings/deprecation notes in the test directory
2020-10-18 20:52:27 +02:00
efaec26b1d
Fix wrong $this->assert...()
with `self::assert...()
2020-10-18 20:52:27 +02:00
61014feec3
Fix ContactEndpoint & tests
2020-09-12 10:01:13 +02:00
5bfbc1224c
[Tests] Add test for Module\Api\Twitter\ContactEndpoint
...
- Add necessary fixture data
2020-06-09 08:39:37 -04:00