]> git.mxchange.org Git - friendica.git/commit
Move all (inactive) API endpoint specific tests to new structure
authorPhilipp <admin@philipp.info>
Sat, 27 Nov 2021 18:50:52 +0000 (19:50 +0100)
committerPhilipp <admin@philipp.info>
Sat, 27 Nov 2021 18:50:52 +0000 (19:50 +0100)
commit6fc2eeaeafd992594d895d027366caf2d6bb8efd
tree8604b79fbc21e04a9c40c984b0ad366312aef600
parent5aad46c7fb2b66d63ad93d92ee355fc522b57be1
Move all (inactive) API endpoint specific tests to new structure
23 files changed:
tests/legacy/ApiTest.php
tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php [new file with mode: 0644]
tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php [new file with mode: 0644]
tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php [new file with mode: 0644]
tests/src/Module/Api/Mastodon/ConversationsTest.php [new file with mode: 0644]
tests/src/Module/Api/Mastodon/SearchTest.php [new file with mode: 0644]
tests/src/Module/Api/Mastodon/Timelines/HomeTest.php [new file with mode: 0644]
tests/src/Module/Api/Mastodon/Timelines/PublicTimelineTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Account/UpdateTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Blocks/ListsTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/FavoritesTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Followers/ListsTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Friends/ListsTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Friendships/IncomingTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Lists/StatusesTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Statuses/DestroyTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Statuses/MentionsTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Statuses/ShowTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Users/LookupTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Users/SearchTest.php [new file with mode: 0644]
tests/src/Module/Api/Twitter/Users/ShowTest.php [new file with mode: 0644]