Download the PHP package eher/phpunit without Composer
On this page you can find all versions of the php package eher/phpunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor eher
Package phpunit
Short Description Unofficial version of PHPUnit to be handled with Composer.
License
Package phpunit
Short Description Unofficial version of PHPUnit to be handled with Composer.
License
Please rate this library. Is it a good library?
Informations about the package phpunit
PHPUnit All in One
That's another way to install PHPUnit without the PEAR
Git
Just clone and run
./bin/phpunit
or
/path/to/phpunit-all-in-one/bin/phpunit
Composer
Add "EHER/PHPUnit" package to your composer.json file
{
"require": {
"php": ">=5.3.2",
"EHER/PHPUnit": ">=1.2"
}
}
After install/update vendors with Composer, you can simply run
php vendor/EHER/PHPUnit/phpunit.php
All versions of phpunit with dependencies
PHP Build Version
Package Version
The package eher/phpunit contains the following files
Loading the files please wait ....