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.*