diff --git a/admin/tool/behat/cli/util.php b/admin/tool/behat/cli/util.php index a69fa08b813..c803dd32249 100644 --- a/admin/tool/behat/cli/util.php +++ b/admin/tool/behat/cli/util.php @@ -142,6 +142,9 @@ foreach ($vars as $var) { $CFG->noemailever = true; $CFG->passwordsaltmain = 'moodle'; +$CFG->themerev = 1; +$CFG->jsrev = 1; + // Unset cache and temp directories to reset them again with the new $CFG->dataroot. unset($CFG->cachedir); unset($CFG->tempdir);