mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-81955 assignfeedback_editpdf: ensure ghostscript present in tests.
This commit is contained in:
parent
bcae2164ac
commit
dbffeb334b
@ -396,6 +396,7 @@ class feedback_test extends \advanced_testcase {
|
||||
* and false when not modified.
|
||||
*/
|
||||
public function test_is_feedback_modified() {
|
||||
$this->require_ghostscript();
|
||||
$this->resetAfterTest();
|
||||
$course = $this->getDataGenerator()->create_course();
|
||||
$teacher = $this->getDataGenerator()->create_and_enrol($course, 'teacher');
|
||||
|
Loading…
x
Reference in New Issue
Block a user