MDL-32323 always verify that database PHPUnit extension is available

This commit is contained in:
Petr Skoda
2012-04-10 21:15:33 +02:00
parent c691274bf9
commit 4e5ff72ea7
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ function phpunit_bootstrap_error($errorcode, $text = '') {
$text = 'Moodle requires PHPUnit 3.6.x, '.$text.' is not compatible';
break;
case 130:
$text = 'Moodle can not find PHPUnit PEAR library';
$text = 'Moodle can not find PHPUnit PEAR library or necessary PHPUnit extension';
break;
case 131:
$text = 'Moodle configuration problem: '.$text;