moodle/customfield/tests
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
..
behat MDL-66109 behat: Require newline at EOF 2020-05-11 11:07:49 +08:00
fixtures MDL-57898 core_customfield: Custom fields API 2019-01-18 14:28:18 +01:00
generator MDL-57898 core_customfield: coding style fixes 2019-01-18 14:28:24 +01:00
api_test.php MDL-67353 course: move form tearDown() to reset_all_data() 2020-01-29 23:43:57 +01:00
category_controller_test.php MDL-67353 course: move form tearDown() to reset_all_data() 2020-01-29 23:43:57 +01:00
data_controller_test.php MDL-67353 course: move form tearDown() to reset_all_data() 2020-01-29 23:43:57 +01:00
field_controller_test.php MDL-67353 course: move form tearDown() to reset_all_data() 2020-01-29 23:43:57 +01:00
generator_test.php MDL-67353 course: move form tearDown() to reset_all_data() 2020-01-29 23:43:57 +01:00
privacy_test.php MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00