eher/phpunit
There is no license information available for the latest version (1.6) of this package.
Unofficial version of PHPUnit to be handled with Composer.
Maintainers
1.6
2012-05-24 01:46 UTC
Requires
- php: >=5.3.0
- symfony/finder: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License fa8cfdd456363ac97a3043589737bcf985e4451a
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 "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
