From 8a97d871769f85f747554461f345a22faff30b29 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 23 Jun 2009 09:31:49 +0000 Subject: [PATCH] MDL-19579 code coverage - initial lang strings required --- lang/en_utf8/simpletest.php | 2 ++ 1 file changed, 2 insertions(+) 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).'; -- 2.39.5