Skip to content

Commit

Permalink
test why unit test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Jul 4, 2024
1 parent 329ea29 commit bb8b0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Backtrace/NormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ protected function assertIncludeXdebug($filepath)
$trace = \array_reverse($GLOBALS['xdebug_trace']);
$trace = Normalizer::normalize($trace);

var_dump($trace);

self::assertSame($filepath, $trace[0]['file']);
self::assertSame('bdk\\Backtrace\\Xdebug::getFunctionStack', $trace[0]['function']);

Expand Down

0 comments on commit bb8b0d7

Please sign in to comment.