moodle/group
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
..
classes Merge branch 'MDL-67115' of https://github.com/stronk7/moodle 2020-01-23 15:12:56 +08:00
templates MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-17 08:16:42 +00:00
tests MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00
assign.php MDL-63354 Group: Rollover text on long group names is not consistent 2018-09-14 09:41:06 +07:00
autogroup.php MDL-63387 course: use renamed role names, update Behat tests. 2020-09-01 12:05:20 +01:00
autogroup_form.php MDL-63620 group: Option for group messaging when auto-creating groups 2019-01-14 13:29:42 +08:00
clientlib.js MDL-54589 group: ensure loader is available before remobing 2016-06-20 09:43:08 +08:00
delete.php MDL-41693 group: Use standard layout for group related pages 2014-01-10 12:26:50 +01:00
externallib.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
group.php MDL-42317 output: reviewed standard/base layouts and converted where a better option was available 2014-04-06 15:57:32 +12:00
group_form.php MDL-63280 core: minor changes after review 2018-10-25 17:51:04 +08:00
grouping.php MDL-42317 output: reviewed standard/base layouts and converted where a better option was available 2014-04-06 15:57:32 +12:00
grouping_form.php MDL-41305 group: Form improvements for group/grouping creation 2013-09-03 18:31:21 +08:00
groupings.php MDL-32151 group: Use appropriate error langstring error key 2017-06-23 10:27:37 +08:00
import.php MDL-26401 group: change import to use csv_import_reader class 2020-08-12 16:35:23 +08:00
import_form.php MDL-26401 group: add delimiter and encoding fields to import 2020-08-11 08:35:25 +08:00
index.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
lib.php MDL-67245 group: display user identity fields for group members. 2020-01-17 12:41:10 +00:00
members.php MDL-60515 groups: Display group information on the participants page. 2017-10-30 16:43:18 +08:00
module.js MDL-48970 groups: Fix hover description on groups overview page 2015-07-01 21:26:48 +01:00
overview.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
tabs.php MDL-38309 Substitute usage of print_tabs() with renderable tabtree 2013-04-15 12:13:13 +10:00