Skip to content

Commit

Permalink
Merge branch 'MDL-68789-38' of git://github.com/crazyserver/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_38_STABLE
  • Loading branch information
stronk7 committed May 28, 2020
2 parents f4163d2 + fc13b8c commit 2140fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/tool/behat/lang/en/tool_behat.php
Expand Up @@ -24,7 +24,7 @@

$string['aim'] = 'This administration tool helps developers and test writers to create .feature files describing Moodle\'s functionalities and run them automatically. Step definitions available for use in .feature files are listed below.';
$string['allavailablesteps'] = 'All available step definitions';
$string['errorapproot'] = '$CFG->behat_ionic_dirroot is not pointing to a valid Moodle Mobile developer install.';
$string['errorapproot'] = '$CFG->behat_ionic_dirroot is not pointing to a valid Moodle app developer install.';
$string['errorbehatcommand'] = 'Error running behat CLI command. Try running "{$a} --help" manually from CLI to find out more about the problem.';
$string['errorcomposer'] = 'Composer dependencies are not installed.';
$string['errordataroot'] = '$CFG->behat_dataroot is not set or is invalid.';
Expand Down
4 changes: 2 additions & 2 deletions config-dist.php
Expand Up @@ -922,8 +922,8 @@
// Example:
// define('BEHAT_DISABLE_HISTOGRAM', true);
//
// Mobile app Behat testing requires this option, pointing to a developer Moodle Mobile directory:
// $CFG->behat_ionic_dirroot = '/where/I/keep/my/git/checkouts/moodlemobile2';
// Mobile app Behat testing requires this option, pointing to a developer Moodle app directory:
// $CFG->behat_ionic_dirroot = '/where/I/keep/my/git/checkouts/moodleapp';
//
// The following option can be used to indicate a running Ionic server (otherwise Behat will start
// one automatically for each test run, which is convenient but takes ages):
Expand Down

0 comments on commit 2140fe5

Please sign in to comment.