Skip to content

Commit 6023a81

Browse files
committed
Fix build
1 parent 766f51c commit 6023a81

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build/old-phpunit.neon

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,21 @@ parameters:
1414
identifier: staticMethod.deprecated
1515
count: 1
1616
path: ../src/Testing/LevelsTestCase.php
17+
18+
-
19+
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
20+
identifier: catch.internalClass
21+
count: 1
22+
path: ../src/Testing/PHPStanTestCase.php
23+
24+
-
25+
message: '#^Call to method getComparisonFailure\(\) of internal class PHPUnit\\Framework\\ExpectationFailedException from outside its root namespace PHPUnit\.$#'
26+
identifier: method.internalClass
27+
count: 2
28+
path: ../tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php
29+
30+
-
31+
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
32+
identifier: catch.internalClass
33+
count: 1
34+
path: ../tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php

0 commit comments

Comments
 (0)