https://hyperf.wiki/3.0/#/zh-cn/testing?id=自动化测试
composer require hyperf/testing
composer test
#执行单测
composer test -- --filter=testUserDaoFirst
使用 phpdbg 生成单元测试覆盖率
phpdbg -dmemory_limit=1024M -qrr ./vendor/bin/co-phpunit -c phpunit.xml --colors=always