Download the PHP package vitexsoftware/phpunit-skeleton-generator without Composer
On this page you can find all versions of the php package vitexsoftware/phpunit-skeleton-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vitexsoftware/phpunit-skeleton-generator
More information about vitexsoftware/phpunit-skeleton-generator
Files in vitexsoftware/phpunit-skeleton-generator
Package phpunit-skeleton-generator
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-generator
PHPUnit Skeleton Generator
phpunit-skelgen
is a tool that can generate skeleton test classes from production code classes and vice versa.
Installation
Debian Package
Add the new Repo:
refresh cache and install package:
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:
{
"require-dev": {
"vitexsoftware/phpunit-skeleton-generator": "*"
}
}
For a system-wide installation via Composer, you can run:
composer global require "vitexsoftware/phpunit-skeleton-generator=*"
Make sure you have ~/.composer/vendor/bin/
in your path.
All versions of phpunit-skeleton-generator with dependencies
phpunit/php-text-template Version *
sebastian/version Version *
symfony/console Version *