mem-memov /unit-robot
自动单元测试创建
v1.0.0
2017-08-23 08:38 UTC
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2024-09-12 21:16:19 UTC
README
自动单元测试创建
通过Composer安装
composer require --dev mem-memov/unit-robot
为每个类准备测试
./bin/unit-robot
为单个类准备测试
./bin/unit-robot --class="MemMemov\UnitRobot\UnitTest\Builder\PhpDeclaration"
将源代码和测试目录放入配置文件
unit-robot.config.php
<?php return [ 'sourcePath' => __DIR__.'/src', 'testPath' => __DIR__.'/test' ];