phpunit unicode printer
1.0.0
PHPUnit Unicode プリンターの最新バージョンを入手するには、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.*
を使用します。