MDL-50926 phpunit: Upgrade to phpunit 4.x

This commit is contained in:
Tony Levi 2015-07-27 00:30:00 +09:30 committed by Eloy Lafuente (stronk7)
parent f5d23fc162
commit b80b35d0fc
9 changed files with 734 additions and 105 deletions

View file

@ -3,6 +3,7 @@ information provided here is intended especially for developers.
=== 3.0 ===
* PHPUnit is upgraded to 4.7. Some tests using deprecated assertions etc may need changes to work correctly.
* get_referer() has been deprecated, please use the get_local_referer function instead.
* \core\progress\null is renamed to \core\progress\none for improved PHP7 compatibility as null is a reserved word (see MDL-50453).
* \webservice_xmlrpc_client now respects proxy server settings. If your XMLRPC server is available on your local network and not via your proxy server, you may need to add it to the list of proxy