moodle/question/type/numerical
Eloy Lafuente (stronk7) 46606b3ddd 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:05 +02:00
..
backup
classes/privacy MDL-61407 qtype: Add null_writer for all qtypes 2018-05-03 16:14:37 +08:00
db MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
lang/en MDL-61407 qtype: Add null_writer for all qtypes 2018-05-03 16:14:37 +08:00
pix NOBUG: Fixed SVG browser compatibility 2018-01-25 15:14:21 +08:00
tests MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
edit_numerical_form.php MDL-67151 qtype_numerical: Support for the scientific format 2019-12-03 16:52:22 +11:00
lib.php
question.php MDL-63185 mod_quiz: make CiBoT happy again 2018-09-28 11:07:21 +08:00
questiontype.php MDL-67151 qtype_numerical: convert the tolerance to string before saving 2019-12-20 01:11:59 +11:00
renderer.php MDL-62454 theme_boost: numerical qtype answer inline 2019-02-21 14:19:42 +01:00
styles.css MDL-62454 theme_boost: numerical qtype answer inline 2019-02-21 14:19:42 +01:00
version.php MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00