File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ private function handleBacktrace(): void
205205 new ThrowableHandlerHtmlFormat ()
206206 );
207207 $ this ->body .= <<<HTML
208- <div class="backtrace"> {$ trace ->__toString ()}</div>
208+ <div class="xrdebug- backtrace"> {$ trace ->__toString ()}</div>
209209 HTML ;
210210 }
211211}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ public function testWithBacktraceFlag(): void
172172 $ withBacktraceFlag = $ message ->withFlags (XR_BACKTRACE );
173173 $ this ->assertNotSame ($ message , $ withBacktraceFlag );
174174 $ this ->assertTrue ($ withBacktraceFlag ->isEnableBacktrace ());
175- $ expected = $ body . '<div class="backtrace"> ' ;
175+ $ expected = $ body . '<div class="xrdebug- backtrace"> ' ;
176176 $ this ->assertStringContainsString (
177177 $ expected ,
178178 $ withBacktraceFlag ->toArray ()['body ' ]
You can’t perform that action at this time.
0 commit comments