dev-master
9999999-devAutomated unit test creation
MIT
The Requires
- php ^7.1
The Development Requires
by Alexander A. Novikov
v1.0.0
1.0.0.0Automated unit test creation
MIT
The Requires
- php ^7.1
The Development Requires
by Alexander A. Novikov
Wallogit.com
2017 © Pedro Peláez
Automated unit test creation
Automated unit test creation, (*1)
To install via Composer:, (*3)
composer require --dev mem-memov/unit-robot
To prepare tests for every class:, (*4)
./bin/unit-robot
To prepare a test for one class:, (*5)
./bin/unit-robot --class="MemMemov\UnitRobot\UnitTest\Builder\PhpDeclaration"
Put source and test directories into the config file:, (*6)
unit-robot.config.php, (*7)
<?php
return [
'sourcePath' => __DIR__.'/src',
'testPath' => __DIR__.'/test'
];
Automated unit test creation
MIT
Automated unit test creation
MIT