Download the PHP package jeancarloem/phpunit-skeleton-builder without Composer
On this page you can find all versions of the php package jeancarloem/phpunit-skeleton-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeancarloem/phpunit-skeleton-builder
More information about jeancarloem/phpunit-skeleton-builder
Files in jeancarloem/phpunit-skeleton-builder
Package phpunit-skeleton-builder
Short Description Tool that can generate skeleton test classes from production code classes and vice versa
License BSD-3-Clause
Homepage https://github.com/sebastianbergmann/phpunit-skeleton-generator
Informations about the package phpunit-skeleton-builder
PHPUnit Skeleton Builder
phpunit-skelgen-builder
is a tool that can generate skeleton test classes from production code classes and vice versa.
See the changelog sebastianbergmann/phpunit-skeleton-generator
Installation with Composer
Simply add a dependency on jeancarloem/phpunit-skeleton-builder
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 jeancarloem/phpunit-skeleton-builder
:
{
"require-dev": {
"jeancarloem/phpunit-skeleton-builder": "*"
}
}
For a system-wide installation via Composer, you can run:
composer require --dev "jeancarloem/phpunit-skeleton-builder=*"
Or
composer global require "jeancarloem/phpunit-skeleton-builder=*"
Make sure you have ~/.composer/vendor/bin/
in your path.
All versions of phpunit-skeleton-builder with dependencies
phpunit/php-text-template Version ~1.2
sebastian/version Version ~1.0
symfony/console Version ~2.4