mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +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. |
||
---|---|---|
.. | ||
datalib_reporting_queries_test.php | ||
datalib_test.php | ||
helpers.php | ||
qubaid_condition_test.php | ||
questionattempt_db_test.php | ||
questionattempt_test.php | ||
questionattempt_with_steps_test.php | ||
questionattemptiterator_test.php | ||
questionattemptstep_db_test.php | ||
questionattemptstep_test.php | ||
questionattemptstepiterator_test.php | ||
questionbank_test.php | ||
questionengine_test.php | ||
questionstate_test.php | ||
questionusage_autosave_test.php | ||
questionusagebyactivity_data_test.php | ||
questionusagebyactivity_test.php | ||
questionutils_test.php | ||
unitofwork_test.php | ||
walkthrough_test.php |