-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
2.7.2
-
None
-
MOODLE_27_STABLE
I installed clear new version of Moodle 2.7 and PHPUnit reports:
............................................................. 61 / 2836 ( 2%)
|
............................................................. 122 / 2836 ( 4%)
|
............................................................. 183 / 2836 ( 6%)
|
......................F
|
Time: 2.24 minutes, Memory: 288.50Mb
|
There was 1 failure:
|
1) core_admintree_testcase::test_admin_setting_configexecutable
|
Failed asserting that '
|
<div class="form-item clearfix" id="admin-test1"> |
<div class="form-label"> |
<label for = "id_s__test1">Text 1</label> |
<span class="form-shortname">test1</span> |
</div> |
<div class="form-setting"><div class="form-file defaultsnext"><input type="text" size="50" id="id_s__test1" name="s__test1" value="/home/travis/build/nitro2010/moodle-developer/filter/tex/readme_moodle.txt" /><span class="pathok">✔</span></div><div class="form-defaultinfo">Default: Empty</div></div> |
<div class="form-description"><p>Help Path</p> |
</div> |
</div>' matches PCRE pattern "/class="patherror"/". |
/home/travis/build/nitro2010/moodle-developer/lib/tests/admintree_test.php:133
|
/home/travis/build/nitro2010/moodle-developer/lib/phpunit/classes/advanced_testcase.php:80
|
To re-run:
|
vendor/bin/phpunit core_admintree_testcase lib/tests/admintree_test.php
|
FAILURES!
|
Tests: 206, Assertions: 18486, Failures: 1.
|
The command "php vendor/bin/phpunit --stop-on-error --stop-on-failure" exited with 1.
|
Done. Your build exited with 1.
|
I don't have any errors with previous version of Moodle. This error for current version appears also on other computer.
- is duplicated by
-
MDL-54635 test_admin_setting_configexecutable unit test fail on linux
-
- Closed
-