-
Bug
-
Resolution: Fixed
-
Minor
-
4.4 regressions, 4.4
For 4.4 and up we are getting two consistent failures with PHPUnit and Windows:
1) core\content\export\zipwriter_test::test_add_file_from_stored_file
|
Failed asserting that false matches expected 'image contents'.
|
|
C:\Users\stronk7\git_moodle\integration\lib\tests\content\export\zipwriter_test.php:73
|
C:\Users\stronk7\git_moodle\integration\lib\phpunit\classes\advanced_testcase.php:74
|
|
2) core\content\export\zipwriter_test::test_add_file_from_string
|
Failed asserting that false matches expected 'Zippidy do dah'.
|
Worth noting that they passing ok in previous branches (403, 402, ...).