MDL-32400 do not silence diagnostic PHPUnit includes

This commit is contained in:
Petr Skoda
2012-04-15 12:23:42 +02:00
parent 0d8e51a65f
commit 0684ea9972
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ if ($options['phpunitdir']) {
}
// verify PHPUnit libs are loaded
if (!@include_once('PHPUnit/Autoload.php')) {
if (!include_once('PHPUnit/Autoload.php')) {
phpunit_bootstrap_error(PHPUNIT_EXITCODE_PHPUNITMISSING);
}