-
Bug
-
Resolution: Deferred
-
Minor
-
None
-
2.8.3
-
MOODLE_28_STABLE
-
-
Easy
Steps to reproduce:
- Create a PHPUnit test that covers code which calls header()
- Add the @runInSeparateProcess annotation to the test, which should allow it to run without problems
- Run the test
Expected result:
- Test runs
Actual Result:
- Test fails with the message Cannot modify header information - headers already sent by (output started at \path\to\moodle\lib\phpunit\classes\util.php:299)
- will be (partly) resolved by
-
MDL-60978 Fix Redis session tests
- Closed