From: stronk7 Date: Tue, 23 Jun 2009 09:31:49 +0000 (+0000) Subject: MDL-19579 code coverage - initial lang strings required X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8a97d871769f85f747554461f345a22faff30b29;p=moodle.git MDL-19579 code coverage - initial lang strings required --- diff --git a/lang/en_utf8/simpletest.php b/lang/en_utf8/simpletest.php index 57ebef927f..7645345cff 100644 --- a/lang/en_utf8/simpletest.php +++ b/lang/en_utf8/simpletest.php @@ -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:
\$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).';