MDL-38041 behat: Adding styles to debugging messages
Only when a simulated user session is running.
This commit is contained in:
+1
-1
@@ -2792,7 +2792,7 @@ function debugging($message = '', $level = DEBUG_NORMAL, $backtrace = null) {
|
||||
if (CLI_SCRIPT) {
|
||||
echo "++ $message ++\n$from";
|
||||
} else {
|
||||
echo '<div class="notifytiny">' . $message . $from . '</div>';
|
||||
echo '<div class="notifytiny debuggingmessage">' . $message . $from . '</div>';
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user