]> git.mxchange.org Git - friendica.git/commit
Rename MockedTest to MockedTestCase
authorArt4 <art4@wlabs.de>
Wed, 11 Dec 2024 22:45:17 +0000 (22:45 +0000)
committerArt4 <art4@wlabs.de>
Sat, 14 Dec 2024 07:55:22 +0000 (07:55 +0000)
commitee579280c7923bd2b06b4d1d68ec572e4823407a
tree11865d82ec716584fce1f7dd5a28c8a587e962d2
parent9a28eee4773609ab8d053ae2044e4b17275c6ae0
Rename MockedTest to MockedTestCase
52 files changed:
tests/DatabaseTest.php
tests/FixtureTest.php
tests/MockedTest.php [deleted file]
tests/MockedTestCase.php [new file with mode: 0644]
tests/src/App/BaseURLTest.php
tests/src/App/ModeTest.php
tests/src/App/RequestTest.php
tests/src/CollectionTest.php
tests/src/Console/ConsoleTest.php
tests/src/Contact/FriendSuggest/Factory/FriendSuggestTest.php
tests/src/Content/ItemTest.php
tests/src/Content/Text/BBCode/VideoTest.php
tests/src/Core/Addon/Model/AddonLoaderTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Config/Cache/CacheTest.php
tests/src/Core/Config/Cache/ConfigFileManagerTest.php
tests/src/Core/Hooks/Model/InstanceManagerTest.php
tests/src/Core/Hooks/Util/StrategiesFileManagerTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/KeyValueStorage/KeyValueStorageTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Logger/AbstractLoggerTest.php
tests/src/Core/Logger/ProfilerLoggerTest.php
tests/src/Core/Logger/WorkerLoggerTest.php
tests/src/Core/PConfig/Cache/CacheTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/Session/UserSessionTest.php
tests/src/Core/Storage/StorageConfigTest.php
tests/src/Core/Storage/StorageTest.php
tests/src/Model/Post/MediaTest.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/Network/HTTPClient/Client/HTTPClientTest.php
tests/src/Network/ProbeTest.php
tests/src/Profile/ProfileField/Entity/ProfileFieldTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Security/PermissionSet/Entity/PermissionSetTest.php
tests/src/Security/PermissionSet/Factory/PermissionSetTest.php
tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php
tests/src/Security/TwoFactor/Model/TrustedBrowserTest.php
tests/src/Util/BasePathTest.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/ImagesTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/Router/FriendicaGroupCountBasedTest.php