You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/old-phpunit.neon
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,21 @@ parameters:
14
14
identifier:staticMethod.deprecated
15
15
count:1
16
16
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\.$#'
0 commit comments