library phpunit
Unofficial version of PHPUnit to be handled with Composer.
eher/phpunit
Unofficial version of PHPUnit to be handled with Composer.
- Thursday, October 31, 2013
- by EHER
- Repository
- 5 Watchers
- 43 Stars
- 42,361 Installations
- PHP
- 16 Dependents
- 0 Suggesters
- 12 Forks
- 6 Open issues
- 8 Versions
- 2 % Grown
PHPUnit All in One
That's another way to install PHPUnit without the PEAR, (*1)
Git
Just clone and run, (*2)
./bin/phpunit
or, (*3)
/path/to/phpunit-all-in-one/bin/phpunit
Composer
Add "EHER/PHPUnit" package to your composer.json file, (*4)
{
"require": {
"php": ">=5.3.2",
"EHER/PHPUnit": ">=1.2"
}
}
After install/update vendors with Composer, you can simply run, (*5)
php vendor/EHER/PHPUnit/phpunit.php
, (*6)
dev-master
9999999-dev
Unofficial version of PHPUnit to be handled with Composer.
Sources
Download
The Requires
1.6
1.6.0.0
Unofficial version of PHPUnit to be handled with Composer.
Sources
Download
The Requires
1.5
1.5.0.0
Unofficial version of PHPUnit to be handled with Composer.
Sources
Download
The Requires
1.4
1.4.0.0
Unofficial version of PHPUnit to be handled with Composer.
Sources
Download
The Requires
1.3
1.3.0.0
Unofficial version of PHPUnit to be handled with Composer.
Sources
Download
The Requires