-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
wip-mdl-54561
-
While working on MDL-54205 (other phpunit problems in windows) it was discovered this failure:
$ vendor/bin/phpunit mod_lti_service_exception_handler_testcase mod\lti\tests\service_exception_handler_test.php
|
|
Moodle 3.1beta+ (Build: 20160510), 7804cfa8feeba6be415e3d19ab5fd6da8f14dad4
|
Php: 5.4.25, Postgres: 9.3.4, OS: Windows NT 6.1 i586
|
PHPUnit 4.8.24 by Sebastian Bergmann and contributors.
|
|
..F
|
|
Time: 2.79 seconds, Memory: 32.00Mb
|
|
There was 1 failure:
|
|
1) mod_lti_service_exception_handler_testcase::test_handle_log
|
Failed asserting that 0 matches expected 1.
|
|
\mod\lti\tests\service_exception_handler_test.php:83
|
\lib\phpunit\classes\advanced_testcase.php:80
|
|
To re-run:
|
vendor/bin/phpunit mod_lti_service_exception_handler_testcase mod\lti\tests\service_exception_handler_test.php
|
|
FAILURES!
|
Tests: 3, Assertions: 4, Failures: 1.
|
it seems to pass perfectly under mac and unix, not windows. Note the php version used is 5.4, don't know if that's related.
Ciao