moodle/auth
Eloy Lafuente (stronk7) 3a5641cb74 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:00 +02:00
..
cas Merge branch 'MDL-69510-master' of https://github.com/snake/moodle into master 2020-09-08 15:27:29 +02:00
classes MDL-50472 auth: Add maintenance message to the login page. 2019-07-29 10:45:28 +08:00
db Merge branch 'MDL-67419-master' of git://github.com/farhan6318/moodle 2020-09-02 08:54:27 +08:00
email MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
ldap Merge branch 'MDL-69521' of https://github.com/stronk7/moodle into master 2020-09-09 08:08:06 +02:00
lti MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
manual MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
mnet MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
nologin MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
none MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
oauth2 MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00
shibboleth MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
webservice MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +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
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