File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ private function handleBacktrace(): void
205
205
new ThrowableHandlerHtmlFormat ()
206
206
);
207
207
$ this ->body .= <<<HTML
208
- <div class="backtrace"> {$ trace ->__toString ()}</div>
208
+ <div class="xrdebug- backtrace"> {$ trace ->__toString ()}</div>
209
209
HTML ;
210
210
}
211
211
}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ public function testWithBacktraceFlag(): void
172
172
$ withBacktraceFlag = $ message ->withFlags (XR_BACKTRACE );
173
173
$ this ->assertNotSame ($ message , $ withBacktraceFlag );
174
174
$ this ->assertTrue ($ withBacktraceFlag ->isEnableBacktrace ());
175
- $ expected = $ body . '<div class="backtrace"> ' ;
175
+ $ expected = $ body . '<div class="xrdebug- backtrace"> ' ;
176
176
$ this ->assertStringContainsString (
177
177
$ expected ,
178
178
$ withBacktraceFlag ->toArray ()['body ' ]
You can’t perform that action at this time.
0 commit comments