MDL-38041 behat: Adding styles to debugging messages

Only when a simulated user session
is running.
This commit is contained in:
David Monllao
2013-05-03 10:05:08 +08:00
parent 95190fda69
commit b060de934b
+1 -1
View File
@@ -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 {