Skip to content

Commit 284144a

Browse files
committed
close #90
1 parent e75733f commit 284144a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ThrowableParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testTopLevel(): void
5353
$trace = (string) $trace;
5454
$this->assertStringContainsString(
5555
<<<HTML
56-
<div class="throwable-backtrace xrdebug-backtrace">{$trace}</div>
56+
<div data-count="13" class="throwable-backtrace xrdebug-backtrace">{$trace}</div>
5757
HTML,
5858
$parser->body()
5959
);

0 commit comments

Comments
 (0)