mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +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\(' |
||
---|---|---|
.. | ||
tests | ||
file_archive.php | ||
file_exceptions.php | ||
file_packer.php | ||
file_progress.php | ||
file_storage.php | ||
file_system.php | ||
file_system_filedir.php | ||
mbz_packer.php | ||
stored_file.php | ||
tgz_extractor.php | ||
tgz_packer.php | ||
zip_archive.php | ||
zip_packer.php |