Skip to content

Commit

Permalink
Unchecked exceptions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 30, 2021
1 parent 3123fec commit 52f7072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.83"
"phpstan/phpstan": "^0.12.86"
},
"conflict": {
"phpunit/phpunit": "<7.0"
Expand Down
4 changes: 4 additions & 0 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ parameters:
- stubs/MockBuilder.stub
- stubs/MockObject.stub
- stubs/TestCase.stub
exceptions:
uncheckedExceptionRegexes:
- '#^PHPUnit\\#'
- '#^SebastianBergmann\\#'

parametersSchema:
phpunit: structure([
Expand Down

0 comments on commit 52f7072

Please sign in to comment.