You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just discovered that you can disable PHPUnit colors in CLI with:
--colors=never
I would like to enforce it on every PHPUnit process that Paraunit launches, to avoid parsing problems and to remove from requirements the disable of colors from the XML config file.
BTW, I need first to investigate from which version of PHPUnit this option is supported... I think I'll open an issue on PHPUnit because this option is undocumented.
The text was updated successfully, but these errors were encountered:
This Paraunit fix then will bring up the requirements to that version. I think it will be fair, since the minor versions of PHPUnit shouldn't have BC problems, and they're dropped from support immediately when a newer minor is released.
@Jean85 As a side note i noticed a few posts of Bergman in which he remarked some sort of 'project policy' to keep command line argument to a minimum. The idea was to move everything (that can be moved) to the .xml config file.
This feature seem to contradict such policy but i wouldn’t count too much much on his lifespan :)
I saw that too, but it was in a previous pull request. Instead, this feature is an extension of the --colors option, that is present since 3.0, I think. So, it's safe to assume that's here to stay ;)
I've just discovered that you can disable PHPUnit colors in CLI with:
--colors=never
I would like to enforce it on every PHPUnit process that Paraunit launches, to avoid parsing problems and to remove from requirements the disable of colors from the XML config file.
BTW, I need first to investigate from which version of PHPUnit this option is supported... I think I'll open an issue on PHPUnit because this option is undocumented.
The text was updated successfully, but these errors were encountered: