sebastianbergmann/phpunit
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
The PHP Unit Testing framework.
The PHP Unit Testing framework.
[](https://phpunit.de/?ref=github) [](https://github.com/sebastianbergmann/phpunit/actions) [](https://codecov.io/gh/sebastianbergmann/phpunit) [](https://packagist.org/packages/phpunit/phpunit) [](https://packagist.org/packages/phpunit/phpunit/stats) [](https://packagist.org/packages/phpunit/phpunit/stats) [](https://packagist.org/packages/phpunit/phpunit/stats) # 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)](https://php.net/phar) that has all required dependencies of PHPUnit bundled in a single file: ```bash $ 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](https://getcomposer.org/) to download and install PHPUnit as well as its dependencies. Please refer to the [documentation](https://phpunit.de/documentation.html?ref=github) for details on how to install PHPUnit. ## Contribute Please refer to [CONTRIBUTING.md](https://github.com/sebastianbergmann/phpunit/blob/main/.github/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related projects. A big "Thank you!" to everyone who ha
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...