moodle/question/type
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
..
calculated MDL-67673 phpunit: Remove expectedException annotations 2020-10-21 12:46:05 +02:00
calculatedmulti MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
calculatedsimple MDL-67673 phpunit: Remove deprecated non-public attribute assertions 2020-10-21 12:46:05 +02:00
ddimageortext MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
ddmarker MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
ddwtos MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
description MDL-67673 phpunit: Remove deprecated non-public attribute assertions 2020-10-21 12:46:05 +02:00
essay MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:05 +02:00
gapselect MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
match MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
missingtype MDL-67673 phpunit: Remove expectedException annotations 2020-10-21 12:46:05 +02:00
multianswer MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
multichoice MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
numerical MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
random MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
randomsamatch MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
shortanswer MDL-67673 phpunit: Remove deprecated non-public attribute assertions 2020-10-21 12:46:05 +02:00
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
truefalse MDL-67673 phpunit: Remove deprecated non-public attribute assertions 2020-10-21 12:46:05 +02:00
edit_question_form.php MDL-53140 core_question: Support localised floats when editing questions 2019-05-01 12:10:32 +10:00
questionbase.php MDL-65296 questions: field should be declared 2019-04-08 12:19:13 +01:00
questiontypebase.php Merge branch 'MDL-63812' of https://github.com/timhunt/moodle 2020-05-25 14:40:14 +08:00
rendererbase.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
tags_form.php MDL-61837 core_question: replace tag fields on tag modal 2018-04-09 11:46:46 +08:00
upgrade.txt MDL-67153 question bank: let qtype add actions to the edit menu 2019-11-06 19:32:15 +00:00