mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-50926 phpunit: Upgrade to phpunit 4.x
This commit is contained in:
parent
f5d23fc162
commit
b80b35d0fc
9 changed files with 734 additions and 105 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue