Update phpunit.

This commit is contained in:
李铭昕 2019-06-16 20:44:02 +08:00
parent 8892a3d2ee
commit ca99846fcf

View File

@ -1,6 +1,10 @@
# 单元测试
单元测试没有特定的组件,但是在 Hyperf 提供的骨架包里,都会有对应实现。
## 安装
```
composer require hyperf/testing
```
## co-phpunit