mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
![]() Both assertContains() and assertNotContains() are deprecated in PHPUnit 8 for operations on strings. Also the optional case parameter is. All uses must be changed to one of: - assertStringContainsString() - assertStringContainsStringIgnoringCase() - assertStringNotContainsString() - assertStringNotContainsStringIgnoringCase() More info: https://github.com/sebastianbergmann/phpunit/issues/3422 Regexp to find all uses: ag 'assert(Not)?Contains\(' |
||
---|---|---|
.. | ||
behat | ||
fixtures | ||
generator | ||
local/library | ||
api_test.php | ||
coverage.php | ||
editor_ajax_test.php | ||
editor_framework_test.php | ||
editor_test.php | ||
event_h5p_deleted_test.php | ||
event_h5p_viewed_test.php | ||
external_test.php | ||
framework_test.php | ||
generator_test.php | ||
h5p_core_test.php | ||
h5p_file_storage_test.php | ||
helper_test.php |