MDL-32323 improve inline docs

This commit is contained in:
Petr Skoda
2012-04-10 15:27:14 +02:00
parent 9571db04d8
commit 920f4efe51
5 changed files with 35 additions and 20 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ function phpunit_bootstrap_error($errorcode, $text = '') {
break;
}
if (defined('PHPUNIT_UTIL') and PHPUNIT_UTIL) {
// do not write to error stream because we need the error message in PHP exec from web ui
// do not write to error stream because we need the error message in PHP exec result from web ui
echo($text."\n");
} else {
fwrite(STDERR, $text."\n");
@@ -103,4 +103,4 @@ function phpunit_boostrap_fix_file_permissions($file) {
}
return true;
}
}