]> git.mxchange.org Git - friendica.git/commit
Add license header to various tests
authorPhilipp <admin@philipp.info>
Thu, 6 Jan 2022 23:30:59 +0000 (00:30 +0100)
committerPhilipp <admin@philipp.info>
Thu, 6 Jan 2022 23:35:28 +0000 (00:35 +0100)
commitc3be0537427a736a81bc22948c08f1633a0a038d
tree7aa3a0140983578ed596f82dbf6fe84733793fe2
parentc588b280d7d9667d701653569d1d9fc975c90680
Add license header to various tests
75 files changed:
tests/FixtureTest.php
tests/Util/AppDouble.php
tests/Util/AuthTestConfig.php
tests/Util/CollectionDouble.php
tests/Util/EmailerSpy.php
tests/Util/EntityDouble.php
tests/Util/HookMockTrait.php
tests/legacy/ApiTest.php
tests/src/CollectionTest.php
tests/src/Contact/FriendSuggest/Factory/FriendSuggestTest.php
tests/src/Contact/Introduction/Factory/IntroductionTest.php
tests/src/Content/SmiliesTest.php
tests/src/Core/Worker/Repository/ProcessTest.php
tests/src/Database/DBATest.php
tests/src/Factory/Api/Twitter/ActivitiesTest.php
tests/src/Factory/Api/Twitter/DirectMessageTest.php
tests/src/Factory/Api/Twitter/StatusTest.php
tests/src/Factory/Api/Twitter/UserTest.php
tests/src/Model/Post/MediaTest.php
tests/src/Module/Api/ApiResponseTest.php
tests/src/Module/Api/Friendica/DirectMessages/SearchTest.php
tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php
tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php
tests/src/Module/Api/GnuSocial/Help/TestTest.php
tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php
tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php
tests/src/Module/Api/Mastodon/ConversationsTest.php
tests/src/Module/Api/Mastodon/SearchTest.php
tests/src/Module/Api/Mastodon/Timelines/HomeTest.php
tests/src/Module/Api/Mastodon/Timelines/PublicTimelineTest.php
tests/src/Module/Api/Twitter/Account/RateLimitStatusTest.php
tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php
tests/src/Module/Api/Twitter/Blocks/ListsTest.php
tests/src/Module/Api/Twitter/DirectMessages/AllTest.php
tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php
tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php
tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php
tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php
tests/src/Module/Api/Twitter/DirectMessages/SentTest.php
tests/src/Module/Api/Twitter/Favorites/CreateTest.php
tests/src/Module/Api/Twitter/Favorites/DestroyTest.php
tests/src/Module/Api/Twitter/FavoritesTest.php
tests/src/Module/Api/Twitter/Followers/ListsTest.php
tests/src/Module/Api/Twitter/Friends/ListsTest.php
tests/src/Module/Api/Twitter/Friendships/IncomingTest.php
tests/src/Module/Api/Twitter/Lists/StatusesTest.php
tests/src/Module/Api/Twitter/Media/UploadTest.php
tests/src/Module/Api/Twitter/SavedSearchesTest.php
tests/src/Module/Api/Twitter/Statuses/DestroyTest.php
tests/src/Module/Api/Twitter/Statuses/MentionsTest.php
tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php
tests/src/Module/Api/Twitter/Statuses/RetweetTest.php
tests/src/Module/Api/Twitter/Statuses/ShowTest.php
tests/src/Module/Api/Twitter/Statuses/UpdateTest.php
tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php
tests/src/Module/Api/Twitter/Users/LookupTest.php
tests/src/Module/Api/Twitter/Users/SearchTest.php
tests/src/Module/Api/Twitter/Users/ShowTest.php
tests/src/Module/BaseApiTest.php
tests/src/Module/NodeInfoTest.php
tests/src/Network/HTTPClient/Client/HTTPClientTest.php
tests/src/Network/ProbeTest.php
tests/src/Profile/ProfileField/Entity/ProfileFieldTest.php
tests/src/Profile/ProfileField/Repository/ProfileFieldTest.php
tests/src/Protocol/ActivityPub/ProcessorTest.php
tests/src/Security/PermissionSet/Entity/PermissionSetTest.php
tests/src/Security/PermissionSet/Factory/PermissionSetTest.php
tests/src/Security/PermissionSet/Repository/PermissionSetTest.php
tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php
tests/src/Security/TwoFactor/Model/TrustedBrowserTest.php
tests/src/Util/BasePathTest.php
tests/src/Util/BaseURLTest.php
tests/src/Util/EMailerTest.php
tests/src/Util/ImagesTest.php
tests/src/Util/Router/FriendicaGroupCountBasedTest.php