mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
add HttpEventListener test (#200)
This commit is contained in:
@@ -190,7 +190,7 @@ class ZMResultPrinter extends CliTestDoxPrinter
|
||||
$out = '';
|
||||
|
||||
if ($message) {
|
||||
$out .= $this->prefixLines($prefix['message'], strtolower($message) . PHP_EOL) . PHP_EOL;
|
||||
$out .= $this->prefixLines($prefix['message'], $message . PHP_EOL) . PHP_EOL;
|
||||
}
|
||||
|
||||
if ($diff) {
|
||||
|
||||
Reference in New Issue
Block a user