mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-19579 code coverage - initial lang strings required
This commit is contained in:
parent
db3a1eb8fd
commit
8a97d87176
@ -4,6 +4,8 @@
|
||||
|
||||
$string['all'] = 'ALL';
|
||||
$string['addconfigprefix'] = 'Add prefix to config file';
|
||||
$string['codecoverageanalysis'] = 'Perform code coverage analysis.';
|
||||
$string['codecoveragedisabled'] = 'Cannot enable code coverage in this server (missing xdebug extension).';
|
||||
$string['confignonwritable'] = 'The file config.php is not writeable by the web server. Either change its permissions, or edit it with the appropriate user account, and add the following line before the closing php tag: <br />
|
||||
\$CFG->unittestprefix = \'tst_\' // Change tst_ to a prefix of your choice, different from \$CFG->prefix';
|
||||
$string['deletingnoninsertedrecord'] = 'Trying to delete a record that was not inserted by these unit tests (id $a->id in table $a->table).';
|
||||
|
Loading…
x
Reference in New Issue
Block a user