2017 © Pedro Peláez
 

library phpunit-skeleton-generator

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

image

phpunit/phpunit-skeleton-generator

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

  • PHP
  • 58 Dependents
  • 0 Suggesters
  • 65 Forks
  • 9 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

This project has been abandoned and is no longer maintained., (*1)

PHPUnit Skeleton Generator

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

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:, (*3)

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:, (*4)

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:, (*5)

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

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

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

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

The Versions

18/04 2016

dev-master

9999999-dev 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

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