]> git.mxchange.org Git - friendica.git/commit
Fix wrong `$this->assert...()` with `self::assert...()
authorPhilipp <admin@philipp.info>
Sat, 17 Oct 2020 12:19:57 +0000 (14:19 +0200)
committerPhilipp <admin@philipp.info>
Sun, 18 Oct 2020 18:52:27 +0000 (20:52 +0200)
commitefaec26b1d8aa9af88994eaddafc7fcec4ae9ce1
treec174a756942378edd7d3b2f33be49577658428f1
parentb3e5621d377b06a2ef29bfcf515d298de7b739ae
Fix wrong `$this->assert...()` with `self::assert...()
63 files changed:
tests/functional/DependencyCheckTest.php
tests/legacy/ApiTest.php
tests/src/App/ArgumentsTest.php
tests/src/App/ModeTest.php
tests/src/App/ModuleTest.php
tests/src/App/RouterTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/LockConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.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/Cache/CacheTest.php
tests/src/Core/Cache/MemoryCacheTest.php
tests/src/Core/Config/CacheTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/JitConfigTest.php
tests/src/Core/Config/PreloadConfigTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Core/PConfig/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/StorageManagerTest.php
tests/src/Core/SystemTest.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php
tests/src/Model/FileTagTest.php
tests/src/Model/ProcessTest.php
tests/src/Model/Storage/DatabaseStorageTest.php
tests/src/Model/Storage/FilesystemStorageTest.php
tests/src/Model/Storage/StorageTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Module/Api/Twitter/ContactEndpointTest.php
tests/src/Network/CurlResultTest.php
tests/src/Network/ProbeTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Util/ACLFormaterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/BasePathTest.php
tests/src/Util/BaseURLTest.php
tests/src/Util/Config/ConfigFileLoaderTest.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/HTTPSignatureTest.php
tests/src/Util/JsonLDTest.php
tests/src/Util/Logger/AbstractLoggerTest.php
tests/src/Util/Logger/StreamLoggerTest.php
tests/src/Util/Logger/WorkerLoggerTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/StringsTest.php
tests/src/Util/XmlTest.php