moodle/customfield
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
..
amd MDL-62497 javascript: build AMD modules with new transpiler 2019-07-19 14:12:49 +08:00
classes MDL-66135 customfield: allow calling code to set form category headings. 2020-04-24 08:32:54 +01:00
field MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
templates MDL-57898 core_customfield: strings and other minor fixes 2019-01-18 14:28:24 +01:00
tests MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00
edit.php
externallib.php
lib.php MDL-57898 core_customfield: Custom fields API 2019-01-18 14:28:18 +01:00