We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75733f commit 284144aCopy full SHA for 284144a
1 file changed
tests/ThrowableParserTest.php
@@ -53,7 +53,7 @@ public function testTopLevel(): void
53
$trace = (string) $trace;
54
$this->assertStringContainsString(
55
<<<HTML
56
- <div class="throwable-backtrace xrdebug-backtrace">{$trace}</div>
+ <div data-count="13" class="throwable-backtrace xrdebug-backtrace">{$trace}</div>
57
HTML,
58
$parser->body()
59
);
0 commit comments