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.

1.6 2012-05-24 01:46 UTC

This package is auto-updated.

Last update: 2024-02-29 02:52:14 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