MDL-81955 assignfeedback_editpdf: ensure ghostscript present in tests.

This commit is contained in:
Paul Holden 2024-05-17 10:20:24 +01:00
parent bcae2164ac
commit dbffeb334b
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -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');