|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#" |
| 4 | + message: '#^Return type of call to method PHPUnit\\Framework\\TestCase\:\:createMock\(\) contains unresolvable type\.$#' |
| 5 | + identifier: method.unresolvableReturnType |
5 | 6 | count: 2 |
6 | 7 | path: tests/Unit/BaselineBuilderTest.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#" |
| 10 | + message: '#^Return type of call to method PHPUnit\\Framework\\TestCase\:\:createMock\(\) contains unresolvable type\.$#' |
| 11 | + identifier: method.unresolvableReturnType |
10 | 12 | count: 4 |
11 | 13 | path: tests/Unit/BaselineTransformer/AwareTransformerTest.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#" |
| 16 | + message: '#^Return type of call to method PHPUnit\\Framework\\TestCase\:\:createMock\(\) contains unresolvable type\.$#' |
| 17 | + identifier: method.unresolvableReturnType |
15 | 18 | count: 2 |
16 | 19 | path: tests/Unit/ComparatorTest.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Trying to mock an undefined method read\\(\\) on class \\.$#" |
20 | | - count: 2 |
21 | | - path: tests/Unit/ComparatorTest.php |
22 | | - |
23 | | - - |
24 | | - message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#" |
25 | | - count: 1 |
26 | | - path: tests/Unit/Model/ConsoleTableTest.php |
27 | | - |
28 | | - - |
29 | | - message: "#^Trying to mock an undefined method getValues\\(\\) on class \\.$#" |
| 22 | + message: '#^Return type of call to method PHPUnit\\Framework\\TestCase\:\:createMock\(\) contains unresolvable type\.$#' |
| 23 | + identifier: method.unresolvableReturnType |
30 | 24 | count: 1 |
31 | 25 | path: tests/Unit/Model/ConsoleTableTest.php |
32 | 26 |
|
33 | 27 | - |
34 | | - message: "#^Expression \"\\$coverage\\['any_key'\\]\" on a separate line does not do anything\\.$#" |
| 28 | + message: '#^Expression "\$coverage\[''any_key''\]" on a separate line does not do anything\.$#' |
| 29 | + identifier: expr.resultUnused |
35 | 30 | count: 2 |
36 | 31 | path: tests/Unit/Model/CoverageTest.php |
37 | 32 |
|
38 | 33 | - |
39 | | - message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#" |
| 34 | + message: '#^Return type of call to method PHPUnit\\Framework\\TestCase\:\:createMock\(\) contains unresolvable type\.$#' |
| 35 | + identifier: method.unresolvableReturnType |
40 | 36 | count: 2 |
41 | 37 | path: tests/Unit/Reader/BaselineTransformingReaderTest.php |
42 | 38 |
|
43 | 39 | - |
44 | | - message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:expectExceptionMessageMatches\\(\\)\\.$#" |
| 40 | + message: '#^Call to function method_exists\(\) with ''PHPUnit\\\\Framework\\\\TestCase'' and ''expectExceptionMess…'' will always evaluate to true\.$#' |
| 41 | + identifier: function.alreadyNarrowedType |
45 | 42 | count: 1 |
46 | 43 | path: tests/Unit/UnitTestCase.php |
47 | 44 |
|
48 | 45 | - |
49 | | - message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:expectWarning\\(\\)\\.$#" |
| 46 | + message: '#^Call to function method_exists\(\) with ''PHPUnit\\\\Framework\\\\TestCase'' and ''expectWarning'' will always evaluate to true\.$#' |
| 47 | + identifier: function.alreadyNarrowedType |
50 | 48 | count: 1 |
51 | 49 | path: tests/Unit/UnitTestCase.php |
52 | 50 |
|
53 | 51 | - |
54 | | - message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:expectWarningMessageMatches\\(\\)\\.$#" |
| 52 | + message: '#^Call to function method_exists\(\) with ''PHPUnit\\\\Framework\\\\TestCase'' and ''expectWarningMessag…'' will always evaluate to true\.$#' |
| 53 | + identifier: function.alreadyNarrowedType |
55 | 54 | count: 1 |
56 | 55 | path: tests/Unit/UnitTestCase.php |
57 | 56 |
|
58 | 57 | - |
59 | | - message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" |
| 58 | + message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#' |
| 59 | + identifier: argument.type |
60 | 60 | count: 1 |
61 | 61 | path: tests/Unit/Writer/BaselineWriterTest.php |
62 | 62 |
|
0 commit comments