Skip to content

Commit

Permalink
Update Composer baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 28, 2022
1 parent 348d07a commit d3ee38b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions e2e/integration/composer-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ parameters:
count: 1
path: repo/src/Composer/Util/HttpDownloader.php

-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertFalse\\(\\) with false will always evaluate to true\\.$#"
count: 1
path: repo/tests/Composer/Test/Filter/PlatformRequirementFilter/IgnoreNothingPlatformRequirementFilterTest.php

-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with array\\{pretty_version\\: 'dev\\-master', version\\: 'dev\\-master', type\\: 'library', install_path\\: non\\-empty\\-string, aliases\\: array\\{'1\\.10\\.x\\-dev'\\}, reference\\: 'sourceref\\-by\\-default', name\\: '__root__', dev\\: true\\} and array\\{name\\: string, version\\: string, reference\\: string, pretty_version\\: string, aliases\\: array\\<string\\>, dev\\: bool, install_path\\: string, type\\: string\\} will always evaluate to false\\.$#"
count: 1
path: repo/tests/Composer/Test/InstalledVersionsTest.php

-
message: "#^Property Composer\\\\Test\\\\Mock\\\\ProcessExecutorMock\\:\\:\\$expectations \\(array\\<array\\{cmd\\: array\\<int, string\\>\\|string, return\\: int, stdout\\: string, stderr\\: string, callback\\: \\(callable\\(\\)\\: mixed\\)\\|null\\}\\>\\|null\\) does not accept array\\<array\\{cmd\\: array\\<int, string\\>\\|string, return\\?\\: int, stdout\\?\\: string, stderr\\?\\: string, callback\\?\\: callable\\(\\)\\: mixed\\}\\>\\.$#"
count: 1
Expand Down

0 comments on commit d3ee38b

Please sign in to comment.