moodle/group/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-68612 core: Behat tests updated to support new participants filter 2020-06-03 14:29:22 +08:00
fixtures MDL-63620 group: Option to enable group messaging for imported groups 2019-01-14 13:31:23 +08:00
externallib_test.php MDL-63516 groups: fix unexpected debugging message 2019-02-06 09:21:26 +11:00
lib_test.php MDL-63281 core_message: Sync course group members with conversations 2018-10-26 10:55:59 +08:00
privacy_provider_test.php MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00