Download the PHP package zerkalica/phpunit without Composer
On this page you can find all versions of the php package zerkalica/phpunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zerkalica/phpunit
More information about zerkalica/phpunit
Files in zerkalica/phpunit
Download zerkalica/phpunit
More information about zerkalica/phpunit
Files in zerkalica/phpunit
Vendor zerkalica
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 "zerkalica/phpunit" package to your composer.json file
{
"require": {
"php": ">=5.4.0",
"zerkalica/phpunit": ">=1.2"
}
}
After install/update vendors with Composer, you can simply run
php vendor/zerkalica/phpunit/bin/phpunit.php
All versions of phpunit with dependencies
PHP Build Version
Package Version
The package zerkalica/phpunit contains the following files
Loading the files please wait ....