]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Compatibility with PHPUnit 9
authorArthurHoaro <arthur@hoa.ro>
Tue, 29 Sep 2020 12:41:40 +0000 (14:41 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 29 Sep 2020 16:57:20 +0000 (18:57 +0200)
commita5a9cf23acd1248585173aa32757d9720b5f2d62
tree5b443e09fc0f84db0cb478cda0c88c10346b0843
parent2b7a7bc928fb7fc171138e248d3aa1d86d5b62f9
Compatibility with PHPUnit 9
112 files changed:
.travis.yml
composer.json
tests/ApplicationUtilsTest.php
tests/FileUtilsTest.php
tests/HistoryTest.php
tests/LanguagesTest.php
tests/PluginManagerTest.php
tests/TestCase.php [new file with mode: 0644]
tests/ThumbnailerTest.php
tests/TimeZoneTest.php
tests/UtilsTest.php
tests/api/ApiMiddlewareTest.php
tests/api/ApiUtilsTest.php
tests/api/controllers/history/HistoryTest.php
tests/api/controllers/info/InfoTest.php
tests/api/controllers/links/DeleteLinkTest.php
tests/api/controllers/links/GetLinkIdTest.php
tests/api/controllers/links/GetLinksTest.php
tests/api/controllers/links/PostLinkTest.php
tests/api/controllers/links/PutLinkTest.php
tests/api/controllers/tags/DeleteTagTest.php
tests/api/controllers/tags/GetTagNameTest.php
tests/api/controllers/tags/GetTagsTest.php
tests/api/controllers/tags/PutTagTest.php
tests/bookmark/BookmarkArrayTest.php
tests/bookmark/BookmarkFileServiceTest.php
tests/bookmark/BookmarkFilterTest.php
tests/bookmark/BookmarkInitializerTest.php
tests/bookmark/BookmarkTest.php
tests/bookmark/LinkUtilsTest.php
tests/bootstrap.php
tests/config/ConfigJsonTest.php
tests/config/ConfigManagerTest.php
tests/config/ConfigPhpTest.php
tests/config/ConfigPluginTest.php
tests/container/ContainerBuilderTest.php
tests/feed/CachedPageTest.php
tests/feed/FeedBuilderTest.php
tests/formatter/BookmarkDefaultFormatterTest.php
tests/formatter/BookmarkMarkdownFormatterTest.php
tests/formatter/BookmarkRawFormatterTest.php
tests/formatter/FormatterFactoryTest.php
tests/front/ShaarliAdminMiddlewareTest.php
tests/front/ShaarliMiddlewareTest.php
tests/front/controller/admin/ConfigureControllerTest.php
tests/front/controller/admin/ExportControllerTest.php
tests/front/controller/admin/ImportControllerTest.php
tests/front/controller/admin/LogoutControllerTest.php
tests/front/controller/admin/ManageShaareControllerTest/AddShaareTest.php
tests/front/controller/admin/ManageShaareControllerTest/ChangeVisibilityBookmarkTest.php
tests/front/controller/admin/ManageShaareControllerTest/DeleteBookmarkTest.php
tests/front/controller/admin/ManageShaareControllerTest/DisplayCreateFormTest.php
tests/front/controller/admin/ManageShaareControllerTest/DisplayEditFormTest.php
tests/front/controller/admin/ManageShaareControllerTest/PinBookmarkTest.php
tests/front/controller/admin/ManageShaareControllerTest/SaveBookmarkTest.php
tests/front/controller/admin/ManageTagControllerTest.php
tests/front/controller/admin/PasswordControllerTest.php
tests/front/controller/admin/PluginsControllerTest.php
tests/front/controller/admin/SessionFilterControllerTest.php
tests/front/controller/admin/ShaarliAdminControllerTest.php
tests/front/controller/admin/ThumbnailsControllerTest.php
tests/front/controller/admin/TokenControllerTest.php
tests/front/controller/admin/ToolsControllerTest.php
tests/front/controller/visitor/BookmarkListControllerTest.php
tests/front/controller/visitor/DailyControllerTest.php
tests/front/controller/visitor/ErrorControllerTest.php
tests/front/controller/visitor/ErrorNotFoundControllerTest.php
tests/front/controller/visitor/FeedControllerTest.php
tests/front/controller/visitor/FrontControllerMockHelper.php
tests/front/controller/visitor/InstallControllerTest.php
tests/front/controller/visitor/LoginControllerTest.php
tests/front/controller/visitor/OpenSearchControllerTest.php
tests/front/controller/visitor/PictureWallControllerTest.php
tests/front/controller/visitor/PublicSessionFilterControllerTest.php
tests/front/controller/visitor/ShaarliVisitorControllerTest.php
tests/front/controller/visitor/TagCloudControllerTest.php
tests/front/controller/visitor/TagControllerTest.php
tests/http/HttpUtils/ClientIpIdTest.php
tests/http/HttpUtils/GetHttpUrlTest.php
tests/http/HttpUtils/GetIpAdressFromProxyTest.php
tests/http/HttpUtils/IndexUrlTest.php
tests/http/HttpUtils/IndexUrlTestWithConstant.php
tests/http/HttpUtils/IsHttpsTest.php
tests/http/HttpUtils/PageUrlTest.php
tests/http/HttpUtils/ServerUrlTest.php
tests/http/UrlTest.php
tests/http/UrlUtils/CleanupUrlTest.php
tests/http/UrlUtils/GetUrlSchemeTest.php
tests/http/UrlUtils/UnparseUrlTest.php
tests/http/UrlUtils/WhitelistProtocolsTest.php
tests/languages/fr/LanguagesFrTest.php
tests/legacy/LegacyControllerTest.php
tests/legacy/LegacyLinkDBTest.php
tests/legacy/LegacyLinkFilterTest.php
tests/legacy/LegacyUpdaterTest.php
tests/netscape/BookmarkExportTest.php
tests/netscape/BookmarkImportTest.php
tests/plugins/PluginAddlinkTest.php
tests/plugins/PluginArchiveorgTest.php
tests/plugins/PluginDefaultColorsTest.php
tests/plugins/PluginIssoTest.php
tests/plugins/PluginPlayvideosTest.php
tests/plugins/PluginPubsubhubbubTest.php
tests/plugins/PluginQrcodeTest.php
tests/plugins/PluginWallabagTest.php
tests/plugins/WallabagInstanceTest.php
tests/render/PageCacheManagerTest.php
tests/render/ThemeUtilsTest.php
tests/security/BanManagerTest.php
tests/security/LoginManagerTest.php
tests/security/SessionManagerTest.php
tests/updater/UpdaterTest.php