[Svn] [roundcube/roundcubemail] 47d9ed: Add support for PHPUnit 6 and 7 (#6870)
Aleksander Machniak
noreply at github.com
Sat Dec 28 09:42:28 CET 2019
Branch: refs/heads/master
Home: https://github.com/roundcube/roundcubemail
Commit: 47d9ed6d0c6bd8cb3ba551555ba8995a244cfcd0
https://github.com/roundcube/roundcubemail/commit/47d9ed6d0c6bd8cb3ba551555ba8995a244cfcd0
Author: Aleksander Machniak <alec at alec.pl>
Date: 2019-12-28 (Sat, 28 Dec 2019)
Changed paths:
M CHANGELOG
M composer.json-dist
M plugins/acl/tests/Acl.php
M plugins/additional_message_headers/tests/AdditionalMessageHeaders.php
M plugins/archive/tests/Archive.php
M plugins/attachment_reminder/tests/AttachmentReminder.php
M plugins/autologon/tests/Autologon.php
M plugins/database_attachments/tests/DatabaseAttachments.php
M plugins/debug_logger/tests/DebugLogger.php
M plugins/emoticons/tests/Emoticons.php
M plugins/emoticons/tests/EmoticonsEngine.php
M plugins/enigma/tests/Enigma.php
M plugins/example_addressbook/tests/ExampleAddressbook.php
M plugins/filesystem_attachments/tests/FilesystemAttachments.php
M plugins/help/tests/Help.php
M plugins/hide_blockquote/tests/HideBlockquote.php
M plugins/http_authentication/tests/HttpAuthentication.php
M plugins/identicon/tests/Identicon.php
M plugins/identity_select/tests/IdentitySelect.php
M plugins/jqueryui/tests/Jqueryui.php
M plugins/krb_authentication/tests/KrbAuthentication.php
M plugins/managesieve/tests/Managesieve.php
M plugins/managesieve/tests/Parser.php
M plugins/managesieve/tests/Tokenizer.php
M plugins/managesieve/tests/Vacation.php
M plugins/markasjunk/tests/Markasjunk.php
M plugins/new_user_dialog/tests/NewUserDialog.php
M plugins/new_user_identity/tests/NewUserIdentity.php
M plugins/newmail_notifier/tests/NewmailNotifier.php
M plugins/password/tests/Password.php
M plugins/redundant_attachments/tests/RedundantAttachments.php
M plugins/show_additional_headers/tests/ShowAdditionalHeaders.php
M plugins/squirrelmail_usercopy/tests/SquirrelmailUsercopy.php
M plugins/subscriptions_option/tests/SubscriptionsOption.php
M plugins/userinfo/tests/Userinfo.php
M plugins/vcard_attachments/tests/VcardAttachments.php
M plugins/virtuser_file/tests/VirtuserFile.php
M plugins/virtuser_query/tests/VirtuserQuery.php
M plugins/zipdownload/tests/Zipdownload.php
M tests/Framework/BaseReplacer.php
M tests/Framework/Bootstrap.php
M tests/Framework/Browser.php
M tests/Framework/Cache.php
M tests/Framework/Charset.php
M tests/Framework/Config.php
M tests/Framework/Contacts.php
M tests/Framework/ContentFilter.php
M tests/Framework/Csv2vcard.php
M tests/Framework/DB.php
M tests/Framework/DBMssql.php
M tests/Framework/DBMysql.php
M tests/Framework/DBOracle.php
M tests/Framework/DBPgsql.php
M tests/Framework/DBSqlite.php
M tests/Framework/DBSqlsrv.php
M tests/Framework/Enriched.php
M tests/Framework/Html.php
M tests/Framework/Html2text.php
M tests/Framework/Image.php
M tests/Framework/Imap.php
M tests/Framework/ImapCache.php
M tests/Framework/ImapGeneric.php
M tests/Framework/ImapSearch.php
M tests/Framework/Ldap.php
M tests/Framework/LdapGeneric.php
M tests/Framework/MessageHeader.php
M tests/Framework/MessagePart.php
M tests/Framework/Mime.php
M tests/Framework/Rcube.php
M tests/Framework/ResultIndex.php
M tests/Framework/ResultMultifolder.php
M tests/Framework/ResultSet.php
M tests/Framework/ResultThread.php
M tests/Framework/Smtp.php
M tests/Framework/Spellchecker.php
M tests/Framework/SpellcheckerAtd.php
M tests/Framework/SpellcheckerEnchant.php
M tests/Framework/SpellcheckerGoogie.php
M tests/Framework/SpellcheckerPspell.php
M tests/Framework/StringReplacer.php
M tests/Framework/Text2Html.php
M tests/Framework/User.php
M tests/Framework/Utils.php
M tests/Framework/VCard.php
M tests/Framework/Washtml.php
M tests/MailFunc.php
M tests/Rcmail/OutputHtml.php
M tests/Rcmail/Rcmail.php
Log Message:
-----------
Add support for PHPUnit 6 and 7 (#6870)
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned
We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
More information about the svn
mailing list