-
Bug
-
Resolution: Fixed
-
Minor
-
2.6, 2.7
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_26_STABLE
-
w01_
MDL-43510_m27_test404 -
-
2
-
BACKEND Sprint 8
the problem is that response may start with xml tag breaking the following assert:
$this->assertStringStartsWith('<!DOCTYPE', $response->results);
|
Solution is to remove this test completely because it has very little value...