PHPUnit:一个单元测试框架

网友投稿 841 2022-10-20

PHPUnit:一个单元测试框架

PHPUnit:一个单元测试框架

PHPUnit

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

Installation

We distribute a PHP Archive (PHAR) that has all required (as well as some optional) dependencies of PHPUnit 9.3 bundled in a single file:

$ wget https://phar.phpunit.de/phpunit-nightly.phar$ php phpunit-nightly.phar --version

Alternatively, you may use Composer to download and install PHPUnit as well as its dependencies. Please refer to the "Getting Started" guide for details on how to install PHPUnit.

Contribute

Please refer to CONTRIBUTING.md for information on how to contribute to PHPUnit and its related projects.

List of Contributors

Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components:

PHPUnitphp-code-coverage

A very special thanks to everyone who has contributed to the documentation and helps maintain the translations:

EnglishSpanishFrenchJapaneseBrazilian PortugueseSimplified Chinese

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:MySQL(MariaDB)线上主从postition变化无法锁定-不停机不锁库解决方法
下一篇:UVALive 6184 - One-Dimensional Cellular Automaton 高斯消元模板题 (2012 Tokyo)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~