| layout |
project |
| title |
PHPUnit |
| order |
phpunit |
| tags |
|
| authors |
|
| website |
|
| license |
| url |
label |
|
BSD 3-clause "New" or "Revised" License |
|
|
| github |
| name |
sebastianbergmann/phpunit |
|
|
| packagist |
|
| dockerhub |
|
| dependencies |
|
| composer-dev |
| command |
vendor/bin/phpunit |
|
| phar |
|
[{{ page.title }}]({{ page.url | absolute_url }}) is a programmer-oriented testing framework for PHP.
It provides both a framework that makes the writing of tests easy
as well as the functionality to easily run the tests and analyse their results.
It is an instance of the xUnit architecture for unit testing frameworks.