phpunit unicode printer
1.0.0
要获取最新版本的 PHPUnit Unicode Printer,只需使用 Composer 要求该项目:
作曲家要求 --dev josrom/phpunit-unicode-printer:9.*
相反,如果您选择的话,您当然可以手动更新您的 require 块并运行composer update:
{“require-dev”:{“josrom/phpunit-unicode-printer”:“9.*”} }
修改phpunit.xml
添加打印机:
<phpunit ... color="true" PrinterClass="PHPUnitPrinter" ...> ... </phpunit>
或者
<phpunit ... color="true" PrinterClass="PHPUnitPrinterClass" ...> ... </phpunit>
或者
<phpunit ... color="true" PrinterClass="PHPUnitPrinterMethod" ...> ... </phpunit>
对于以前版本的 PHPUnit,请使用标签0.4.*
或8.*
对于以前版本的 PHPUnit,请使用标签0.3.*
或7.*
对于以前版本的 PHPUnit,请使用标签0.2.*
对于以前版本的 PHPUnit,请使用标签0.1.*