Skip to content

nizarbey/phpunit-all-in-one

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPUnit All in One

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

Packages

No packages published

Languages

  • PHP 98.0%
  • HTML 1.1%
  • Other 0.9%