moodle/mod/assign/feedback/editpdf
Eloy Lafuente (stronk7) 40de097e65 MDL-67673 phpunit: Remove deprecated assertContains() uses on strings
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\('
2020-10-21 12:46:00 +02:00
..
backup/moodle2 MDL-61537 assignfeedback_editpdf: Rotate PDF page 2019-03-15 15:02:33 +11:00
classes MDL-66626 assignfeedback_editpdf: Check page count for attempt. 2020-07-27 09:49:56 +10:00
db MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
fixtures MDL-55762 assignpdf: Handle errored pages better 2017-02-27 09:24:07 +05:30
fpdi MDL-65774 mod_assign: Update FPDI class to inherit pdf 2019-10-18 20:34:23 +08:00
lang/en MDL-66003 lang: Import fixed English strings (en_fix) 2019-06-25 18:00:51 +02:00
pix MDL-61537 assignfeedback_editpdf: Rotate PDF page 2019-03-15 15:02:33 +11:00
tests MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
yui MDL-66109 js: Fix Shifter linting issues 2020-05-11 11:07:49 +08:00
ajax.php MDL-66626 assignfeedback_editpdf: Count files outside of foreach loop. 2020-07-27 09:49:56 +10:00
ajax_progress.php MDL-45580 assignfeedback_editpdf: Store a readonly version of the PDF 2014-06-23 14:16:49 +08:00
lib.php MDL-68665 assignfeedback_editpdf: Add filearea to persist stamps 2020-10-07 16:25:59 +01:00
locallib.php MDL-68665 assignfeedback_editpdf: Coding style fixes 2020-10-08 08:23:03 +08:00
settings.php MDL-59766 assign: Allow teachers to disable annotations 2017-11-23 10:46:39 +08:00
styles.css MDL-66537 assign: Force rotate buttons to keep positioning in RTL langs 2019-09-10 10:23:13 +08:00
testgs.php MDL-48265 feedback: Added alt text to ghostscript test image 2014-11-18 17:09:05 +13:00
thirdpartylibs.xml MDL-65774 mod_assign: Update fpdi library to 2.2.0 2019-10-03 07:47:11 +08:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00