phpunit unicode printer
1.0.0
หากต้องการรับ PHPUnit Unicode Printer เวอร์ชันล่าสุด เพียงต้องการโปรเจ็กต์โดยใช้ Composer:
ผู้แต่งต้องการ --dev josrom/phpunit-unicode-printer:9.*
แต่คุณสามารถอัปเดตบล็อกที่ต้องการด้วยตนเองและเรียกใช้การอัปเดตผู้แต่งได้หากคุณเลือก:
{"require-dev": {"josrom/phpunit-unicode-printer": "9.*"} -
แก้ไข phpunit.xml
เพื่อเพิ่มเครื่องพิมพ์:
<phpunit ... colours="true" printerClass="PHPUnitPrinter" ...> - </phpunit>
หรือ
<phpunit ... colours="true" printerClass="PHPUnitPrinterClass" ...> - </phpunit>
หรือ
<phpunit ... สี = "true" printerClass = "PHPUnitPrinterMethod" ...> - </phpunit>
สำหรับ PHPUnit เวอร์ชันก่อนหน้า ให้ใช้แท็ก 0.4.*
หรือ 8.*
สำหรับ PHPUnit เวอร์ชันก่อนหน้า ให้ใช้แท็ก 0.3.*
หรือ 7.*
สำหรับ PHPUnit เวอร์ชันก่อนหน้า ให้ใช้แท็ก 0.2.*
สำหรับ PHPUnit เวอร์ชันก่อนหน้า ให้ใช้แท็ก 0.1.*