mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
![]() 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. |
||
---|---|---|
.. | ||
classes | ||
templates | ||
tests | ||
assign.php | ||
autogroup.php | ||
autogroup_form.php | ||
clientlib.js | ||
delete.php | ||
externallib.php | ||
group.php | ||
group_form.php | ||
grouping.php | ||
grouping_form.php | ||
groupings.php | ||
import.php | ||
import_form.php | ||
index.php | ||
lib.php | ||
members.php | ||
module.js | ||
overview.php | ||
tabs.php |