Merge branch 'w13_MDL-38589_m25_pear' of git://github.com/skodak/moodle
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user