Merge branch 'w13_MDL-38589_m25_pear' of git://github.com/skodak/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-03-26 23:14:24 +01:00
commit 45679e3a9e

View File

@ -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';