Skip to content

Commit

Permalink
Add dom crawler and browser kit to ignoreFiles for stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 8, 2021
1 parent 3004cfa commit f29ead4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Adapters/Phpunit/Style.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ public function writeError(Throwable $throwable): void
'/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Testing/',
'/vendor\/symfony\/framework-bundle\/Test/',
'/vendor\/symfony\/phpunit-bridge/',
'/vendor\/symfony\/dom-crawler/',
'/vendor\/symfony\/browser-kit/',
'/vendor\/bin\/.phpunit/',
'/bin\/.phpunit/',
'/vendor\/bin\/simple-phpunit/',
Expand Down

0 comments on commit f29ead4

Please sign in to comment.