mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() While this is not strictly required, because removal will happen in PHPUnit 9.0, we are already getting rid of all uses in core. From release notes:https://phpunit.de/announcements/phpunit-8.html The annotations `@expectedException`, `@expectedExceptionCode`, `@expectedExceptionMessage`, and `@expectedExceptionMessageRegExp` are now deprecated. Using these annotations will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these annotations will be removed. Also, all uses of expectExceptionMessageRegExp() has been moved to expectExceptionMessageMatches(). See https://github.com/sebastianbergmann/phpunit/issues/3957 TODO: Various weirdness found while doing the changes with these tests: - vendor/bin/phpunit lib/tests/exporter_test.php (created MDL-69700) - vendor/bin/phpunit competency/tests/external_test.php (same issue than prev one) - vendor/bin/phpunit question/engine/tests/questionengine_test.php (created MDL-69624) - vendor/bin/phpunit lib/tests/event_test.php (created MDL-69688) |
||
---|---|---|
.. | ||
backup | ||
classes | ||
datamodels | ||
db | ||
lang/en | ||
pix | ||
report | ||
tests | ||
aicc.php | ||
datamodel.php | ||
grade.php | ||
index.php | ||
lib.php | ||
loadSCO.php | ||
locallib.php | ||
mod_form.php | ||
module.js | ||
player.js | ||
player.php | ||
prereqs.php | ||
renderer.php | ||
report.php | ||
reportsettings_form.php | ||
request.js | ||
settings.php | ||
styles.css | ||
tabs.php | ||
upgrade.txt | ||
version.php | ||
view.js | ||
view.php |