moodle/auth
Eloy Lafuente (stronk7) 46606b3ddd MDL-67673 phpunit: Remove deprecated assertEquals() params
The optional parameters of assertEquals() and assertNotEquals()
are deprecated in PHPUnit 8 (to be removed in PHPUnit 9):

- delta => use assertEqualsWithDelta()
- canonicalize => use assertEqualsCanonicalizing()
- ignoreCase => use assertEqualsIgnoringCase
- maxDepth => removed without replacement.

More info @ https://github.com/sebastianbergmann/phpunit/issues/3341

Initial search done with:

ag 'assert(Not)?Equals\(.*,.*,' --php

Then, running tests and fixing remaining cases.
2020-10-21 12:46:05 +02:00
..
cas Merge branch 'MDL-69510-310' of https://github.com/snake/moodle into MOODLE_310_STABLE 2020-09-08 15:28:33 +02:00
classes MDL-50472 auth: Add maintenance message to the login page. 2019-07-29 10:45:28 +08:00
db MDL-67419 admin: New admin setting for lang during user creation 2020-09-02 08:54:47 +08:00
email MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
ldap Merge branch 'MDL-69521_310' of https://github.com/stronk7/moodle into MOODLE_310_STABLE 2020-09-09 08:08:29 +02:00
lti MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
manual MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
mnet MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
nologin MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
none MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
oauth2 MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
shibboleth MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
webservice MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
yui/passwordunmask MDL-42208 fix JS get_string usage and remove unnecessary params from auth password unmask init 2013-10-23 07:32:24 +02:00
index.html Stop people browsing auth modules 2005-01-23 04:18:32 +00:00
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
upgrade.txt MDL-65809 upgrade: remove upgrade_fix_config_auth_plugin_names 2019-12-20 12:20:43 +01:00