moodle/calendar/tests
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
..
behat MDL-69391 behat: Grammar correction in feature 2020-09-03 11:35:08 +08:00
fixtures MDL-37624 calendar: string and behat testing fixes 2018-06-29 10:46:57 +08:00
action_event_test.php MDL-58866 core_calendar: allow component events 2020-05-19 19:04:13 +02:00
action_factory_test.php MDL-58430 core_calendar: Keep interfaces with implementations 2017-04-04 11:01:55 +01:00
action_test.php MDL-57730 core_calendar: Action interface aware of actionability 2017-04-03 11:36:33 +08:00
calendar_event_exporter_test.php MDL-62960 calendar: Rename get_module_timestamp_min/max_limit methods 2018-10-16 12:58:25 +11:00
calendar_information_test.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
calendartype_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
calendartype_test_example.php MDL-42537 calendar: locale charset on windows will come from calendartype 2013-11-04 15:54:19 +08:00
cm_info_proxy_test.php MDL-58688 calendar: retrieve event module without db queries 2017-05-04 16:53:19 +08:00
container_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
coursecat_proxy_test.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
event_description_test.php MDL-57599 core_calendar: Add action event class 2017-04-03 11:35:38 +08:00
event_factory_test.php MDL-66612 calendar: Change global events to site events 2019-10-21 09:33:01 +02:00
event_mapper_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
event_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
event_times_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
event_vault_test.php MDL-64063 core_calendar: Unit test for suspended users. 2018-11-21 09:51:52 +08:00
events_related_objects_cache_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
events_test.php MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:05 +02:00
externallib_test.php MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:05 +02:00
helpers.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
lib_test.php MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
local_api_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
privacy_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
raw_event_retrieval_strategy_test.php MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:05 +02:00
repeat_event_collection_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
rrule_manager_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
std_proxy_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00