jeancarloem/phpunit-skeleton-builder
Composer 安装命令:
composer require --dev jeancarloem/phpunit-skeleton-builder
包简介
Tool that can generate skeleton test classes from production code classes and vice versa
README 文档
README
phpunit-skelgen-builder is a tool that can generate skeleton test classes from production code classes and vice versa.
See the changelog here from the 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.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2021-01-31