8000 GitHub - fentie/phpunit-all-in-one: That's another way to install PHPUnit without the PEAR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fentie/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

About

That's another way to install PHPUnit without the PEAR

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • Shell 0.1%
0