mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'w13_MDL-38589_m25_pear' of git://github.com/skodak/moodle
This commit is contained in:
commit
45679e3a9e
@ -50,7 +50,7 @@ function phpunit_bootstrap_error($errorcode, $text = '') {
|
||||
$text = 'Error: '.$text;
|
||||
break;
|
||||
case PHPUNIT_EXITCODE_PHPUNITMISSING:
|
||||
$text = "Moodle can not find PHPUnit PEAR library";
|
||||
$text = "Can not find PHPUnit library, to install use: php composer.phar install --dev";
|
||||
break;
|
||||
case PHPUNIT_EXITCODE_PHPUNITWRONG:
|
||||
$text = 'Moodle requires PHPUnit 3.6.x, '.$text.' is not compatible';
|
||||
|
Loading…
x
Reference in New Issue
Block a user