企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[TOC] > [中文 文档](https://docs.phpunit.de/) ## 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`