eher / phpunit
Unofficial version of PHPUnit to be handled with Composer.
Installs: 54 842
Dependents: 10
Suggesters: 1
Security: 0
Stars: 42
Watchers: 5
Forks: 11
Open Issues: 6
Requires
- php: >=5.3.0
- symfony/finder: *
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