From f29ead4486468227540ad557aa9e4e0c20935397 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 8 Nov 2021 19:54:11 +0100 Subject: [PATCH] Add dom crawler and browser kit to ignoreFiles for stack trace --- src/Adapters/Phpunit/Style.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Adapters/Phpunit/Style.php b/src/Adapters/Phpunit/Style.php index 08a34c9e..446b0cfc 100644 --- a/src/Adapters/Phpunit/Style.php +++ b/src/Adapters/Phpunit/Style.php @@ -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/',