Skip to content

Commit

Permalink
feat: ignores collision within
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 2, 2023
1 parent b49a70d commit c869f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Adapters/Phpunit/Style.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ public function writeError(Throwable $throwable): void
$writer->showTitle(false);

$writer->ignoreFilesIn([
'/vendor\/nunomaduro\/collision/',
'/vendor\/bin\/pest/',
'/bin\/pest/',
'/vendor\/pestphp\/pest/',
Expand Down

0 comments on commit c869f86

Please sign in to comment.