Skip to content

Commit 6a7d98f

Browse files
committed
Composer baseline - add bug
1 parent 7100bfb commit 6a7d98f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

e2e/integration/composer-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ parameters:
8080
count: 1
8181
path: repo/src/Composer/Command/InitCommand.php
8282

83+
-
84+
message: "#^Empty array passed to foreach\\.$#"
85+
count: 1
86+
path: repo/src/Composer/Command/InitCommand.php
87+
88+
-
89+
message: "#^Call to function unset\\(\\) contains undefined variable \\$requiredPackage\\.$#"
90+
count: 1
91+
path: repo/src/Composer/Command/InitCommand.php
92+
8393
-
8494
message: "#^Parameter \\#1 \\$command of class Symfony\\\\Component\\\\Process\\\\Process constructor expects array, string given\\.$#"
8595
count: 1

0 commit comments

Comments
 (0)