moodle/enrol/meta
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
..
classes MDL-63500 enrol_meta: refactoring get_contexts_for_userid 2018-10-22 12:48:29 +02:00
cli MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
db MDL-61208 enrol: Standard enrol plugins should use tasks instead of cron 2018-04-10 09:16:17 +05:30
lang/en MDL-62356 enrol_meta: Add privacy implementation for enrol_meta 2018-05-14 10:55:52 +02:00
tests MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00
lib.php MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
locallib.php Merge branch 'MDL-43176' of https://github.com/NeillM/moodle 2017-09-20 10:12:37 +02:00
settings.php MDL-35696 enrol_meta: Fixed course sort order 2014-11-24 10:19:17 +00:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00