|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Access to an undefined property chillerlan\\\\SettingsTest\\\\TestContainer\\:\\:\\$foo\\.$#" |
| 4 | + rawMessage: Access to an undefined property chillerlan\SettingsTest\TestContainer::$foo. |
| 5 | + identifier: property.notFound |
5 | 6 | count: 1 |
6 | 7 | path: tests/ContainerTest.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Access to private property chillerlan\\\\SettingsTest\\\\TestContainer\\:\\:\\$test3\\.$#" |
10 | | - count: 4 |
| 10 | + rawMessage: Access to private property chillerlan\SettingsTest\TestContainer::$test3. |
| 11 | + identifier: property.private |
| 12 | + count: 5 |
11 | 13 | path: tests/ContainerTest.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertFalse\\(\\) with true will always evaluate to false\\.$#" |
| 16 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertFalse() with true will always evaluate to false.' |
| 17 | + identifier: staticMethod.impossibleType |
15 | 18 | count: 1 |
16 | 19 | path: tests/ContainerTest.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNull\\(\\) with string will always evaluate to false\\.$#" |
| 22 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertFalse() with true will always evaluate to true.' |
| 23 | + identifier: staticMethod.alreadyNarrowedType |
| 24 | + count: 1 |
| 25 | + path: tests/ContainerTest.php |
| 26 | + |
| 27 | + - |
| 28 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertNull() with string will always evaluate to false.' |
| 29 | + identifier: staticMethod.impossibleType |
| 30 | + count: 2 |
| 31 | + path: tests/ContainerTest.php |
| 32 | + |
| 33 | + - |
| 34 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertTrue() with true will always evaluate to true.' |
| 35 | + identifier: staticMethod.alreadyNarrowedType |
| 36 | + count: 1 |
| 37 | + path: tests/ContainerTest.php |
| 38 | + |
| 39 | + - |
| 40 | + rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test1 (string) in isset() is not nullable.' |
| 41 | + identifier: isset.property |
20 | 42 | count: 2 |
21 | 43 | path: tests/ContainerTest.php |
22 | 44 |
|
23 | 45 | - |
24 | | - message: "#^Property chillerlan\\\\SettingsTest\\\\TestContainer\\:\\:\\$test3 \\(string\\) in isset\\(\\) is not nullable\\.$#" |
| 46 | + rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test3 (string) in isset() is not nullable.' |
| 47 | + identifier: isset.property |
25 | 48 | count: 1 |
26 | 49 | path: tests/ContainerTest.php |
27 | 50 |
|
28 | 51 | - |
29 | | - message: "#^Property chillerlan\\\\SettingsTest\\\\TestContainer\\:\\:\\$test3 is never read, only written\\.$#" |
| 52 | + rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test3 is never read, only written.' |
| 53 | + identifier: property.onlyWritten |
30 | 54 | count: 1 |
31 | 55 | path: tests/TestContainer.php |
0 commit comments