1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
parameters:
ignoreErrors:
-
message: "#^Method Composer\\\\ClassMapGenerator\\\\PhpFileParser\\:\\:findClasses\\(\\) should return array\\<int, class\\-string\\> but returns array\\<int, string\\>\\.$#"
count: 1
path: src/PhpFileParser.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'A' and array\\<class\\-string, array\\<non\\-empty\\-string\\>\\> will always evaluate to false\\.$#"
count: 1
path: tests/ClassMapGeneratorTest.php
-
message: "#^Offset 'A' does not exist on non\\-empty\\-array\\<class\\-string, array\\<non\\-empty\\-string\\>\\>\\.$#"
count: 4
path: tests/ClassMapGeneratorTest.php
|