2017 © Pedro Peláez
 

library phpunit

Unofficial version of PHPUnit to be handled with Composer.

image

zerkalica/phpunit

Unofficial version of PHPUnit to be handled with Composer.

  • Wednesday, February 20, 2013
  • by zerkalica
  • Repository
  • 1 Watchers
  • 3 Stars
  • 392 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

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 "zerkalica/phpunit" package to your composer.json file, (*4)

{
    "require": {
        "php":          ">=5.4.0",
        "zerkalica/phpunit": ">=1.2"
    }
}

After install/update vendors with Composer, you can simply run, (*5)

php vendor/zerkalica/phpunit/bin/phpunit.php

The Versions

20/02 2013

dev-master

9999999-dev

Unofficial version of PHPUnit to be handled with Composer.

  Sources   Download

The Requires

  • php >=5.4.0

 

04/04 2012

1.3

1.3.0.0

Unofficial version of PHPUnit to be handled with Composer.

  Sources   Download

The Requires

 

05/02 2012

1.2

1.2.0.0

  Sources   Download

The Requires

 

05/02 2012

dev-composer

dev-composer

  Sources   Download

The Requires

 

05/02 2012

1.1

1.1.0.0

  Sources   Download

The Requires