mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
|
@ -869,11 +869,11 @@ $CFG->admin = 'admin';
|
|||
// define('BEHAT_DISABLE_HISTOGRAM', true);
|
||||
//
|
||||
// Mobile app Behat testing requires this option, pointing to a developer Moodle Mobile directory:
|
||||
// $CFG->behat_approot = '/where/I/keep/my/git/checkouts/moodlemobile2';
|
||||
// $CFG->behat_ionic_dirroot = '/where/I/keep/my/git/checkouts/moodlemobile2';
|
||||
//
|
||||
// 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):
|
||||
// $CFG->behat_ionicaddress = 'http://localhost:8100';
|
||||
// $CFG->behat_ionic_wwwroot = 'http://localhost:8100';
|
||||
//
|
||||
//=========================================================================
|
||||
// 12. DEVELOPER DATA GENERATOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue