mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 22:45:54 +02:00
MDL-22955 output: Forced SVG use in unit tests for pix to fix unit test fails
This commit is contained in:
parent
364ca5d216
commit
c2e899a444
@ -118,6 +118,9 @@ class user_picture_testcase extends advanced_testcase {
|
||||
|
||||
$this->resetAfterTest();
|
||||
|
||||
// Force SVG on so that we have predictable URL's.
|
||||
$CFG->svgicons = true;
|
||||
|
||||
// verify new install contains expected defaults
|
||||
$this->assertEquals('standard', $CFG->theme);
|
||||
$this->assertEquals(1, $CFG->slasharguments);
|
||||
|
Loading…
x
Reference in New Issue
Block a user