]> git.mxchange.org Git - friendica.git/commit
REUSE tests directory
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 12:31:41 +0000 (14:31 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 12:31:41 +0000 (14:31 +0200)
commitc4b58df927393092dc27d8d43fa493f52703634f
tree8c6aa73da7d8f1742911f2c639159b61755c6887
parentac6b17e34c281ba5cf54e2f6bef31eeb7e4a4ddd
REUSE tests directory
230 files changed:
tests/DatabaseTest.php
tests/DatabaseTestTrait.php
tests/DiceHttpMockHandlerTrait.php
tests/FixtureTest.php
tests/FixtureTestTrait.php
tests/MockedTest.php
tests/Util/AppDouble.php
tests/Util/AuthTestConfig.php
tests/Util/AuthenticationDouble.php
tests/Util/CollectionDouble.php
tests/Util/CreateDatabaseTrait.php
tests/Util/Database/ExtendedPDO.php
tests/Util/Database/StaticDatabase.php
tests/Util/EmailerSpy.php
tests/Util/EntityDouble.php
tests/Util/HTTPInputDataDouble.php
tests/Util/HookMockTrait.php
tests/Util/Hooks/InstanceMocks/FakeInstance.php
tests/Util/Hooks/InstanceMocks/FakeInstanceDecorator.php
tests/Util/Hooks/InstanceMocks/IAmADecoratedInterface.php
tests/Util/Intercept.php
tests/Util/RendererMockTrait.php
tests/Util/SampleMailBuilder.php
tests/Util/SampleStorageBackend.php
tests/Util/SampleStorageBackendInstance.php
tests/Util/SerializableObjectDouble.php
tests/Util/SmileyWhitespaceAddon.php
tests/Util/StaticCookie.php
tests/Util/VFSTrait.php
tests/Util/authtest/authtest.php
tests/bootstrap.php
tests/datasets/api.fixture.php
tests/datasets/config/A.config.php
tests/datasets/config/A.ini.php
tests/datasets/config/A.node.config.php
tests/datasets/config/B.config.php
tests/datasets/config/B.ini.php
tests/datasets/config/B.node.config.php
tests/datasets/config/node.config.php
tests/datasets/config/transformer/C.node.config.php
tests/datasets/config/transformer/D.node.config.php
tests/datasets/config/transformer/object.node.config.php
tests/datasets/config/transformer/object_valid.node.config.php
tests/datasets/config/transformer/resource.node.config.php
tests/datasets/config/transformer/small_types.node.config.php
tests/datasets/config/transformer/types.node.config.php
tests/datasets/curl/about.head.php
tests/datasets/curl/about.redirect.php
tests/datasets/legacy/legacy.php
tests/datasets/mail/mail.fixture.php
tests/datasets/photo/photo.fixture.php
tests/datasets/storage/database.fixture.php
tests/functional/DependencyCheckTest.php
tests/src/App/ArgumentsTest.php
tests/src/App/BaseURLTest.php
tests/src/App/ModeTest.php
tests/src/App/RequestTest.php
tests/src/App/RouterTest.php
tests/src/BaseCollectionTest.php
tests/src/CollectionTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/ConsoleTest.php
tests/src/Console/LockConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.php
tests/src/Contact/FriendSuggest/Factory/FriendSuggestTest.php
tests/src/Contact/Introduction/Factory/IntroductionTest.php
tests/src/Content/ItemTest.php
tests/src/Content/PageInfoMock.php
tests/src/Content/PageInfoTest.php
tests/src/Content/SmiliesTest.php
tests/src/Content/Text/BBCode/VideoTest.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Content/Text/HTMLTest.php
tests/src/Content/Text/MarkdownTest.php
tests/src/Core/ACLTest.php
tests/src/Core/Addon/Model/AddonLoaderTest.php
tests/src/Core/Cache/APCuCacheTest.php
tests/src/Core/Cache/ArrayCacheTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/DatabaseCacheTest.php
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/MemoryCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php
tests/src/Core/Config/Cache/CacheTest.php
tests/src/Core/Config/Cache/ConfigFileManagerTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/ConfigTransactionTest.php
tests/src/Core/Hooks/Model/InstanceManagerTest.php
tests/src/Core/Hooks/Util/StrategiesFileManagerTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php
tests/src/Core/KeyValueStorage/KeyValueStorageTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/APCuCacheLockTest.php
tests/src/Core/Lock/ArrayCacheLockTest.php
tests/src/Core/Lock/DatabaseLockDriverTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Core/Logger/AbstractLoggerTest.php
tests/src/Core/Logger/LoggerDataTrait.php
tests/src/Core/Logger/ProfilerLoggerTest.php
tests/src/Core/Logger/StreamLoggerTest.php
tests/src/Core/Logger/SyslogLoggerFactoryWrapper.php
tests/src/Core/Logger/SyslogLoggerTest.php
tests/src/Core/Logger/SyslogLoggerWrapper.php
tests/src/Core/Logger/WorkerLoggerTest.php
tests/src/Core/PConfig/Cache/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/Session/UserSessionTest.php
tests/src/Core/Storage/DatabaseStorageTest.php
tests/src/Core/Storage/FilesystemStorageConfigTest.php
tests/src/Core/Storage/FilesystemStorageTest.php
tests/src/Core/Storage/Repository/StorageManagerTest.php
tests/src/Core/Storage/StorageConfigTest.php
tests/src/Core/Storage/StorageTest.php
tests/src/Core/SystemTest.php
tests/src/Core/Worker/Repository/ProcessTest.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php
tests/src/Database/DatabaseTest.php
tests/src/Factory/Api/Mastodon/EmojiTest.php
tests/src/Factory/Api/Mastodon/StatusTest.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/FileTagTest.php
tests/src/Model/GServerTest.php
tests/src/Model/Log/ParsedLogIteratorTest.php
tests/src/Model/Post/MediaTest.php
tests/src/Model/TagTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Moderation/Factory/ReportTest.php
tests/src/Module/Api/ApiResponseTest.php
tests/src/Module/Api/ApiTest.php
tests/src/Module/Api/Friendica/DirectMessages/SearchTest.php
tests/src/Module/Api/Friendica/NotificationTest.php
tests/src/Module/Api/Friendica/Photo/DeleteTest.php
tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php
tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.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/PushSubscriptionTest.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/ContactEndpointMock.php
tests/src/Module/Api/Twitter/ContactEndpointTest.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/Module/Special/OptionsTest.php
tests/src/Navigation/Notifications/Entity/NotifyTest.php
tests/src/Network/HTTPClient/Client/HTTPClientTest.php
tests/src/Network/HTTPClient/Response/CurlResultTest.php
tests/src/Network/MimeTypeTest.php
tests/src/Network/ProbeTest.php
tests/src/Object/Log/ParsedLogLineTest.php
tests/src/Profile/ProfileField/Entity/ProfileFieldTest.php
tests/src/Profile/ProfileField/Repository/ProfileFieldTest.php
tests/src/Protocol/ActivityPub/ProcessorMock.php
tests/src/Protocol/ActivityPub/ProcessorTest.php
tests/src/Protocol/ActivityPub/TransmitterTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Protocol/HTTP/MediaTypeTest.php
tests/src/Protocol/SalmonTest.php
tests/src/Protocol/WebFingerUriTest.php
tests/src/Security/BasicAuthTest.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/ACLFormatterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/BasePathTest.php
tests/src/Util/CryptoTest.php
tests/src/Util/DateTimeFormatTest.php
tests/src/Util/EMailerTest.php
tests/src/Util/Emailer/MailBuilderTest.php
tests/src/Util/Emailer/SystemMailBuilderTest.php
tests/src/Util/HTTPInputDataTest.php
tests/src/Util/HTTPSignatureTest.php
tests/src/Util/ImagesTest.php
tests/src/Util/JsonLDTest.php
tests/src/Util/NetworkTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/Router/FriendicaGroupCountBasedTest.php
tests/src/Util/StringsTest.php
tests/src/Util/TemporalTest.php
tests/src/Util/XmlTest.php