Merge branch 'MDL-53012-m30' of https://github.com/sammarshallou/moodle into MOODLE_30_STABLE
This commit is contained in:
+1
-1
@@ -8404,7 +8404,7 @@ function address_in_subnet($addr, $subnetstr) {
|
||||
*/
|
||||
function mtrace($string, $eol="\n", $sleep=0) {
|
||||
|
||||
if (defined('STDOUT') and !PHPUNIT_TEST) {
|
||||
if (defined('STDOUT') && !PHPUNIT_TEST && !defined('BEHAT_TEST')) {
|
||||
fwrite(STDOUT, $string.$eol);
|
||||
} else {
|
||||
echo $string . $eol;
|
||||
|
||||
Reference in New Issue
Block a user