juit/phpspec-multi-formatter

此项目允许在单个 phpspec 运行中拥有多个格式化程序(例如,同时将进度输出到控制台并生成 junit xml)

v0.1.0 2020-01-04 15:20 UTC

This package is auto-updated.

Last update: 2024-08-30 01:43:46 UTC


README

此项目允许在单个 phpspec 运行中拥有多个格式化程序(例如,同时将进度输出到控制台并生成 junit xml)。

该项目深受 Sam Burns 编写的 phpspec-multi-formatter 的启发(https://github.com/Sam-Burns/phpspec-multi-formatter)。