sebastianbergmann/phpunit
Fork: 2200 Star: 19730 (更新于 2024-12-15 06:20:39)
license: BSD-3-Clause
Language: PHP .
The PHP Unit Testing framework.
最后发布版本: 11.3.6 ( 2024-09-19 19:09:01)
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 dependencies of PHPUnit bundled in a single file:
$ wget https://phar.phpunit.de/phpunit-X.Y.phar
$ php phpunit-X.Y.phar --version
Please replace X.Y
with the version of PHPUnit you are interested in.
Alternatively, you may use Composer to download and install PHPUnit as well as its dependencies. Please refer to the documentation 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.
A big "Thank you!" to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub.
Here is a list of all components that are primarily developed and maintained by Sebastian Bergmann:
- phpunit/phpunit
- phpunit/php-code-coverage
- phpunit/php-file-iterator
- phpunit/php-invoker
- phpunit/php-text-template
- phpunit/php-timer
- sebastian/cli-parser
- sebastian/comparator
- sebastian/complexity
- sebastian/diff
- sebastian/environment
- sebastian/exporter
- sebastian/global-state
- sebastian/lines-of-code
- sebastian/object-enumerator
- sebastian/object-reflector
- sebastian/recursion-context
- sebastian/type
- sebastian/version
A very special thanks to everyone who has contributed to the PHPUnit Manual.
In addition to the components listed above, PHPUnit depends on the components listed below:
- myclabs/deep-copy
- nikic/php-parser
- phar-io/manifest
- phar-io/version
- staabm/side-effects-detector
- theseer/tokenizer
These tools are used to develop PHPUnit:
Sponsors
It has taken Sebastian Bergmann thousands of hours to develop, test, and support PHPUnit. You can sponsor his Open Source work through GitHub Sponsors, for example.
These businesses support Sebastian Bergmann's work on PHPUnit:
Would you like to see your logo here as well as on the PHPUnit website? Contact Sebastian Bergmann at sponsoring@phpunit.de to learn more about how you can support his work on PHPUnit.
Whether you are a CEO, CFO, CTO, or a developer: your company surely depends on Open Source software. It is time to pay your share and support maintainers like Sebastian Bergmann.
最近版本更新:(数据更新于 2024-10-05 16:04:14)
2024-09-19 19:09:01 11.3.6
2024-09-19 19:08:46 10.5.35
2024-09-19 19:08:13 9.6.21
2024-09-19 19:07:00 8.5.40
2024-09-13 13:39:43 11.3.5
2024-09-13 13:23:17 10.5.34
2024-09-09 14:09:35 11.3.4
2024-09-09 14:07:53 10.5.33
2024-09-04 21:35:45 11.3.3
2024-09-04 21:34:38 10.5.32
主题(topics):
php, phpunit, testing-tools
sebastianbergmann/phpunit同语言 PHP最近更新仓库
2024-12-13 19:38:03 coollabsio/coolify
2024-12-13 09:22:46 w7corp/easywechat
2024-12-11 20:15:22 symfony/symfony
2024-11-29 16:49:37 symfony/var-dumper
2024-11-20 23:58:25 laravel/framework
2024-11-20 18:39:23 danielmiessler/SecLists