PHPUnit
最后更新于:2022-04-02 02:34:52
[TOC]
> [中文 文档](https://phpunit.readthedocs.io/zh_CN/latest/)
## PHPUnit 版本与php版本的关系
PHPUnit 9 = PHP 7.3, PHP 7.4
PHPUnit 8 = PHP 7.2, PHP 7.3
PHPUnit 7 = PHP 7.1
PHPUnit 6 = PHP 7.0
PHPUnit 5 = PHP 5.6
## 安装
`composer require --dev phpunit/phpunit`
';