wujunxiong 4725452b86 初始版本提交 | il y a 2 ans | |
---|---|---|
.. | ||
bin | il y a 2 ans | |
src | il y a 2 ans | |
tests | il y a 2 ans | |
README.md | il y a 2 ans | |
composer.json | il y a 2 ans |
Easyswoole/Phpunit 是对 Phpunit 的协程定制化封装,主要为解决自动协程化入口的问题。
composer require easyswoole/phpunit
执行
./vendor/bin/co-phpunit tests
./vendor/bin/co-phpunit tests --no-coroutine //不带协程环境
tests为你写的测试文件的目录,可以自定义
其他测试与phpunit一致