通过PHP CLI脚本运行behat会转义颜色代码

时间:2015-08-16 09:04:31

标签: php powershell behat ansi-colors ansicon

当我直接从Windows PowerShell运行Behat测试时,输出的格式为color:

enter image description here

但是当我使用命令runbehat.php

运行下面的php脚本php runbehat.php
<?php
echo system(__DIR__.'/bin/behat --profile local');

它产生:

enter image description here

如何让它以彩色显示?

1 个答案:

答案 0 :(得分:0)

添加--colors选项。

您可以使用-h显示的behat帮助:

--colors  Force ANSI color in the output. By default color support is
          guessed based on your platform and the output if not specified.