承接 phpunitgen/console 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpunitgen/console

最新稳定版本:6.1.0

Composer 安装命令:

composer require phpunitgen/console

包简介

The PhpUnitGen command line features for tests generation.

README 文档

README

PhpUnitGen

Total Downloads Latest Stable Version Build Status StyleCI Quality Gate Status Coverage

⚠️ PhpUnitGen end of life

After 7 years of existence, PhpUnitGen is not maintained anymore. Read the post

Installation

The CLI tool can be installed using:

composer require --dev phpunitgen/console

Detailed information and webapp version are available at https://phpunitgen.io.

About PhpUnitGen

Note: this repository contains the console code of PhpUnitGen. If you want to use the tool on your browser, you can go on the webapp. If you want to see the core code, you should go on core package.

PhpUnitGen is an online and command line tool to generate your unit tests' skeletons on your projects.

Key features

  • Generates tests skeletons for your PHP classes
  • Binds with Laravel "make" command
  • Generates class instantiation using dummy parameters or mocks
  • Adapts to PHPUnit or Mockery mocks generation

PhpUnitGen is not meant to generate your tests content but only the skeleton (except for getters/setters).

This is because inspecting your code to generate the appropriate test is way too complex, and might result in missing some of the code's features or marking them as "passed unit test" even if it contains errors.

Roadmap

You can track the tasks we plan to do on our Taiga.io project.

Contributing

Please see CONTRIBUTING for more details.

Informal discussion regarding bugs, new features, and implementation of existing features takes place in the Github issue page of Core repository.

Credits

License

PhpUnitGen is an open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 204.57k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 33
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 33
  • Watchers: 4
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-09-21