mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +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 | ||
analysis_test.php | ||
calculation_info_test.php | ||
community_of_inquiry_activities_completed_by.php | ||
course_test.php | ||
dataset_manager_test.php | ||
indicator_test.php | ||
manager_test.php | ||
model_test.php | ||
prediction_actions_test.php | ||
prediction_test.php | ||
privacy_test.php | ||
stats_test.php |