Description
I have a Composer project where I am developing several packages simultaneously, because they work together.
Each package needs its own PHPUnitBridge ignoreFile.
This means I either need to use different commands to run phpunit for each package, or have multiple phpunit.xml files in the project.
It would be useful if ignoreFile could take multiple values.
Example
No response