Skip to content

Commit

Permalink
Updated PHPUnit's baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 25, 2020
1 parent e31c2d6 commit 13d371b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions e2e/integration/phpunit-baseline.neon
Expand Up @@ -5461,12 +5461,7 @@ parameters:
path: repo/tests/static-analysis/happy-path/assert-is-not-numeric.php

-
message: "#^Parameter \\$value of function PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNotNumeric\\\\consume\\(\\) has invalid typehint type PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNotNumeric\\\\numeric\\.$#"
count: 1
path: repo/tests/static-analysis/happy-path/assert-is-not-numeric.php

-
message: "#^Function PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNotNumeric\\\\consume\\(\\) should return array but returns array\\|PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNotNumeric\\\\numeric\\.$#"
message: "#^Function PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNotNumeric\\\\consume\\(\\) should return array but returns array\\|float\\|int\\|string\\.$#"
count: 1
path: repo/tests/static-analysis/happy-path/assert-is-not-numeric.php

Expand All @@ -5490,11 +5485,6 @@ parameters:
count: 1
path: repo/tests/static-analysis/happy-path/assert-is-not-string.php

-
message: "#^Return typehint of function PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNumeric\\\\consume\\(\\) has invalid type PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertIsNumeric\\\\numeric\\.$#"
count: 1
path: repo/tests/static-analysis/happy-path/assert-is-numeric.php

-
message: "#^Function PHPUnit\\\\Framework\\\\StaticAnalysis\\\\HappyPath\\\\AssertNotEmpty\\\\consume\\(\\) should return int but returns int\\|null\\.$#"
count: 1
Expand Down

0 comments on commit 13d371b

Please sign in to comment.