File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ parameters:
17
17
-
18
18
message : ' /Call to an undefined static method .+Assert::assertStringNotEqualsFileIgnoringCase/'
19
19
path : %currentWorkingDirectory%/src/Verify.php
20
+ -
21
+ message : ' /Call to an undefined static method .+Assert::assertMatchesRegularExpression/'
22
+ path : %currentWorkingDirectory%/src/Verify.php
23
+ -
24
+ message : ' /Call to an undefined static method .+Assert::assertDoesNotMatchRegularExpression/'
25
+ path : %currentWorkingDirectory%/src/Verify.php
20
26
-
21
27
message : ' /Call to an undefined static method .+Assert::assertFileEqualsIgnoringCase/'
22
28
path : %currentWorkingDirectory%/src/VerifyFile.php
Original file line number Diff line number Diff line change
1
+ # Ignorable errors specific to PHPUnit 8
2
+
3
+ includes :
4
+ - phpstan.neon.dist
5
+
6
+ parameters :
7
+ ignoreErrors :
8
+ -
9
+ message : ' /Call to an undefined static method .+Assert::assertMatchesRegularExpression/'
10
+ path : %currentWorkingDirectory%/src/Verify.php
11
+ -
12
+ message : ' /Call to an undefined static method .+Assert::assertDoesNotMatchRegularExpression/'
13
+ path : %currentWorkingDirectory%/src/Verify.php
You can’t perform that action at this time.
0 commit comments