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

👁 EHER

Package info

github.com/EHER/phpunit-all-in-one

pkg:composer/eher/phpunit

Statistics

Installs: 56 896

Dependents: 12

Suggesters: 1

Stars: 42

Open Issues: 5

1.6 2012-05-24 01:46 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License fa8cfdd456363ac97a3043589737bcf985e4451a

This package is auto-updated.

Last update: 2026-06-29 00:58:13 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 "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

👁 Bitdeli Badge