Skip to content

Commit 8f1d82d

Browse files
committed
move exclude into old-phpunit.neon
1 parent 0f1d4da commit 8f1d82d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/old-phpunit.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
parameters:
2+
excludePaths:
3+
- ../src/Testing/PHPUnit/*
4+
25
ignoreErrors:
36
-
47
message: '#^Instanceof references internal interface PHPUnit\\Exception\.$#'

build/phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ parameters:
3636
- ../tests/PHPStan/Rules/Properties/UninitializedPropertyRuleTest.php
3737
- ../tests/PHPStan/Command/IgnoredRegexValidatorTest.php
3838
- ../src/Command/IgnoredRegexValidator.php
39-
- ../src/Testing/PHPUnit/*
4039
exceptions:
4140
uncheckedExceptionClasses:
4241
- 'PHPStan\ShouldNotHappenException'

0 commit comments

Comments
 (0)