moodle/admin/tool/langimport
Eloy Lafuente (stronk7) d95c378771 MDL-67673 phpunit: Remove expectedException annotations
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)
2020-10-21 12:46:00 +02:00
..
classes MDL-62728 lang: display a warning when missing some locales on server 2019-02-15 09:53:00 +01:00
db MDL-46210 langimport: task for updating langpacks 2014-10-05 14:25:45 +01:00
lang/en MDL-62728 lang: display a warning when missing some locales on server 2019-02-15 09:53:00 +01:00
templates MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-17 08:16:42 +00:00
tests MDL-67673 phpunit: Remove expectedException annotations 2020-10-21 12:46:00 +02:00
index.php MDL-62728 lang: display a warning when missing some locales on server 2019-02-15 09:53:00 +01:00
lib.php MDL-29029 move lang pack import to admin tools 2011-09-17 20:58:26 +02:00
settings.php MDL-29029 move lang pack import to admin tools 2011-09-17 20:58:26 +02:00
styles.css MDL-57149 admin: Make langimport page Bootstrap-compatible 2017-01-10 10:24:17 +08:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00