We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1d4da commit 8f1d82dCopy full SHA for 8f1d82d
build/old-phpunit.neon
@@ -1,4 +1,7 @@
1
parameters:
2
+ excludePaths:
3
+ - ../src/Testing/PHPUnit/*
4
+
5
ignoreErrors:
6
-
7
message: '#^Instanceof references internal interface PHPUnit\\Exception\.$#'
build/phpstan.neon
@@ -36,7 +36,6 @@ parameters:
36
- ../tests/PHPStan/Rules/Properties/UninitializedPropertyRuleTest.php
37
- ../tests/PHPStan/Command/IgnoredRegexValidatorTest.php
38
- ../src/Command/IgnoredRegexValidator.php
39
- - ../src/Testing/PHPUnit/*
40
exceptions:
41
uncheckedExceptionClasses:
42
- 'PHPStan\ShouldNotHappenException'
0 commit comments