mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-63977 Behat: Rename Ionic config variables for consistency
This commit is contained in:
parent
079eae376c
commit
ff3ccab52e
5 changed files with 12 additions and 12 deletions
|
@ -220,7 +220,7 @@ class behat_command {
|
|||
}
|
||||
|
||||
// If app config is supplied, check the value is correct.
|
||||
if (!empty($CFG->behat_approot) && !file_exists($CFG->behat_approot . '/ionic.config.json')) {
|
||||
if (!empty($CFG->behat_ionic_dirroot) && !file_exists($CFG->behat_ionic_dirroot . '/ionic.config.json')) {
|
||||
self::output_msg(get_string('errorapproot', 'tool_behat'));
|
||||
return BEHAT_EXITCODE_CONFIG;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue