-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.1, 4.0
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
master-
MDL-72210 -
Steps to replicate
Run the following phpunit test suites:
root@bb4c351b316b:/siteroot# vendor/bin/phpunit --testsuite='message_airnotifier_testsuite,repository_url_testsuite' |
Moodle 4.0dev (Build: 20210723), 8c0853d0260f110a50b858edc95b480d7fa0013d |
Php: 7.4.3, mysqli: 5.7.31, OS: Linux 5.4.0-77-generic x86_64 |
PHPUnit 9.5.4 by Sebastian Bergmann and contributors. |
|
................E 17 / 17 (100%) |
|
Time: 00:08.544, Memory: 75.00 MB |
|
There was 1 error: |
|
1) repository_url_lib_testcase::test_escape_url |
Undefined index: content_type
|
|
/siteroot/repository/url/lib.php:157 |
/siteroot/repository/url/lib.php:112 |
/siteroot/repository/url/tests/lib_test.php:79 |
/siteroot/lib/phpunit/classes/advanced_testcase.php:80 |
|
ERRORS!
|
Tests: 17, Assertions: 72, Errors: 1. |
- is a regression caused by
-
MDL-65983 Include option for testing Push notifications in a site
- Closed