We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123fec commit 52f7072Copy full SHA for 52f7072
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.83"
+ "phpstan/phpstan": "^0.12.86"
11
},
12
"conflict": {
13
"phpunit/phpunit": "<7.0"
extension.neon
@@ -13,6 +13,10 @@ parameters:
- stubs/MockBuilder.stub
14
- stubs/MockObject.stub
15
- stubs/TestCase.stub
16
+ exceptions:
17
+ uncheckedExceptionRegexes:
18
+ - '#^PHPUnit\\#'
19
+ - '#^SebastianBergmann\\#'
20
21
parametersSchema:
22
phpunit: structure([
0 commit comments