mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-38271 behat: Adds site shortname
This commit is contained in:
parent
cce0d9a100
commit
e2eb40ea3c
@ -71,6 +71,7 @@ class behat_util extends testing_util {
|
||||
$options['adminuser'] = 'admin';
|
||||
$options['adminpass'] = 'admin';
|
||||
$options['fullname'] = 'Acceptance test site';
|
||||
$options['shortame'] = 'Acceptance test site';
|
||||
|
||||
install_cli_database($options, false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user