From fcbb79787bc8960e8f97798a03c8251e59c0bdb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Pujol=20Ahull=C3=B3?= Date: Tue, 10 Aug 2021 14:59:21 +0200 Subject: [PATCH] #128 - make tests pass after fixing prefix --- tests/Fixture/example-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fixture/example-config.php b/tests/Fixture/example-config.php index 756e0e1f..8f639b41 100644 --- a/tests/Fixture/example-config.php +++ b/tests/Fixture/example-config.php @@ -10,7 +10,7 @@ $CFG->dbname = 'moodle'; $CFG->dbuser = 'root'; $CFG->dbpass = ''; -$CFG->prefix = 'mdl_'; +$CFG->prefix = 'm_'; $CFG->dboptions = []; $CFG->wwwroot = 'http://localhost/moodle';