2017 © Pedro Peláez
 

library phpunit-skeleton-generator

Tool that can generate skeleton test classes from production code classes and vice versa

image

windwalker/phpunit-skeleton-generator

Tool that can generate skeleton test classes from production code classes and vice versa

  • Saturday, November 19, 2016
  • by asika32764
  • Repository
  • 3 Watchers
  • 0 Stars
  • 1,588 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 99 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

PHPUnit Skeleton Generator

phpunit-skelgen is a tool that can generate skeleton test classes from production code classes and vice versa., (*1)

Installation

PHP Archive (PHAR)

The easiest way to obtain phpunit-skelgen is to download a PHP Archive (PHAR) that has all required dependencies of phpunit-skelgen bundled in a single file:, (*2)

wget https://phar.phpunit.de/phpunit-skelgen.phar
chmod +x phpunit-skelgen.phar
mv phpunit-skelgen.phar /usr/local/bin/phpunit-skelgen

You can also immediately use the PHAR after you have downloaded it, of course:, (*3)

wget https://phar.phpunit.de/phpunit-skelgen.phar
php phpunit-skelgen.phar

Composer

Simply add a dependency on phpunit/phpunit-skeleton-generator to your project's composer.json file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a development-time dependency on phpunit/phpunit-skeleton-generator:, (*4)

{
    "require-dev": {
        "phpunit/phpunit-skeleton-generator": "*"
    }
}

For a system-wide installation via Composer, you can run:, (*5)

composer global require 'phpunit/phpunit-skeleton-generator=*'

Make sure you have ~/.composer/vendor/bin/ in your path., (*6)

The Versions

19/11 2016

dev-windwalker-tmpl

dev-windwalker-tmpl https://github.com/ventoviro/phpunit-skeleton-generator/tree/windwalker-tmpl

Tool that can generate skeleton test classes from production code classes and vice versa

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing skeleton xunit

19/11 2016

dev-master

9999999-dev https://github.com/ventoviro/phpunit-skeleton-generator/tree/windwalker-tmpl

Tool that can generate skeleton test classes from production code classes and vice versa

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing skeleton xunit

19/11 2016

2.0.3

2.0.3.0 https://github.com/ventoviro/phpunit-skeleton-generator/tree/windwalker-tmpl

Tool that can generate skeleton test classes from production code classes and vice versa

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing skeleton xunit

07/03 2016

2.0.2

2.0.2.0 https://github.com/ventoviro/phpunit-skeleton-generator/tree/windwalker-tmpl

Tool that can generate skeleton test classes from production code classes and vice versa

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing skeleton xunit

14/05 2014

2.0.1

2.0.1.0 https://github.com/sebastianbergmann/phpunit-skeleton-generator

Tool that can generate skeleton test classes from production code classes and vice versa

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing skeleton xunit

12/05 2014

2.0.0

2.0.0.0 https://github.com/sebastianbergmann/phpunit-skeleton-generator

Tool that can generate skeleton test classes from production code classes and vice versa

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing skeleton xunit