💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[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`