From 1846e1984bb11d6c60d128a252f9d01f0297de87 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 3 May 2024 09:48:43 +0100 Subject: [PATCH] Update backup test to work with Moodle 4.4+ --- tests/behat/backup_and_restore.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/behat/backup_and_restore.feature b/tests/behat/backup_and_restore.feature index a75890d..95d425d 100644 --- a/tests/behat/backup_and_restore.feature +++ b/tests/behat/backup_and_restore.feature @@ -5,6 +5,8 @@ Feature: Test duplicating a quiz containing an OU matrix question I need to be able to backup and restore them Background: + Given the following config values are set as admin: + | enableasyncbackup | 0 | And the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 |