Skip to content

Commit

Permalink
Merge pull request #196 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Add symfony dom crawler and browser kit to ignoreFiles for stack trace
  • Loading branch information
nunomaduro committed Nov 8, 2021
2 parents 3004cfa + f29ead4 commit 1ca1a2c
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 1ca1a2c

Please sign in to comment.