]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19579 code coverage - initial lang strings required
authorstronk7 <stronk7>
Tue, 23 Jun 2009 09:31:49 +0000 (09:31 +0000)
committerstronk7 <stronk7>
Tue, 23 Jun 2009 09:31:49 +0000 (09:31 +0000)
lang/en_utf8/simpletest.php

index 57ebef927fd2258721952352c129e89e046426a3..7645345cff4125a9922dec7273dc44ccb4f9fbae 100644 (file)
@@ -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).';