1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Fix build

This commit is contained in:
Jordi Boggiano 2019-02-18 13:37:30 +01:00
parent 799717f102
commit 2c520bf93b
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -33,6 +33,8 @@ parameters:
- '~^Undefined variable: \$res$~'
# always checked whether the class exists
- '~^Instantiated class Symfony\\Component\\Console\\Terminal not found\.$~'
- '~^Class Symfony\\Component\\Console\\Input\\StreamableInputInterface not found\.$~'
- '~^Call to an undefined static method Symfony\\Component\\Process\\Process::fromShellCommandline\(\).$~'
# parent call in test mocks