mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 17:00:37 +02:00
MDL-68789 behat: Rename the app from Moodle Mobile to Moodle app
This commit is contained in:
@@ -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['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['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['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['errorcomposer'] = 'Composer dependencies are not installed.';
|
||||||
$string['errordataroot'] = '$CFG->behat_dataroot is not set or is invalid.';
|
$string['errordataroot'] = '$CFG->behat_dataroot is not set or is invalid.';
|
||||||
|
@@ -979,8 +979,8 @@ $CFG->admin = 'admin';
|
|||||||
// Example:
|
// Example:
|
||||||
// define('BEHAT_DISABLE_HISTOGRAM', true);
|
// define('BEHAT_DISABLE_HISTOGRAM', true);
|
||||||
//
|
//
|
||||||
// Mobile app Behat testing requires this option, pointing to a developer Moodle Mobile directory:
|
// Mobile app Behat testing requires this option, pointing to a developer Moodle app directory:
|
||||||
// $CFG->behat_ionic_dirroot = '/where/I/keep/my/git/checkouts/moodlemobile2';
|
// $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
|
// 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):
|
// one automatically for each test run, which is convenient but takes ages):
|
||||||
|
Reference in New Issue
Block a user