app开发者平台在数字化时代的重要性与发展趋势解析
893
2022-10-20
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小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~