Skip to content

localheinz/phpunit

This branch is 836 commits behind sebastianbergmann/phpunit:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a82cc05 · Oct 13, 2024
Oct 6, 2024
Oct 8, 2024
Oct 6, 2024
Oct 6, 2024
Oct 13, 2024
Oct 13, 2024
Oct 8, 2024
Mar 9, 2024
Jul 17, 2024
Jul 1, 2024
Oct 6, 2024
Oct 8, 2024
Dec 31, 2023
Jul 15, 2024
Dec 13, 2023
Sep 3, 2024
Oct 9, 2024
Oct 9, 2024
Jul 2, 2024
Oct 6, 2024
Aug 10, 2024
Oct 7, 2024

PHPUnit

Latest Stable Version CI Status codecov

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 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.

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:

A very special thanks to everyone who has contributed to the documentation.

About

The PHP Unit Testing framework.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Smarty 0.2%