-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-38007_master -
Requested by Michael here: https://tracker.moodle.org/browse/MDL-37768?focusedCommentId=202820&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-202820
When upgrading to latest stable or integration versions the behat tests site has to be reinstalled according to the codebase version. This is done by:
- php admin/tool/behat/cli/util.php --drop
- php admin/tool/behat/cli/util.php --install
And also enable if required
- php admin/tool/behat/cli/util.php --enable
A new script following what admin/tool/phpunit/cli/init.php does can help with it