juit / phpspec-multi-formatter
This project allows to have multiple formatters in one phpspec run (e.g. to have progress output on the console and junit xml generated at the same time)
v0.1.0
2020-01-04 15:20 UTC
Requires
- php: ^7.4
- phpspec/phpspec: ^6.1
- symfony/console: ^3.4 || ^4.0 || ^5.0
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-10-30 02:04:59 UTC
README
This project allows to have multiple formatters in one phpspec run (e.g. to have progress output on the console and junit xml generated at the same time).
It is heavily inspired by the phpspec-multi-formatter written by Sam Burns (https://github.com/Sam-Burns/phpspec-multi-formatter).