zerkalica / phpunit
There is no license information available for the latest version (1.3) of this package.
Unofficial version of PHPUnit to be handled with Composer.
1.3
2012-04-04 13:38 UTC
Requires
- php: >=5.3.0
- symfony/finder: *
This package is not auto-updated.
Last update: 2024-10-26 13:46:50 UTC
README
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