2017 © Pedro Peláez
 

project unit-robot

Automated unit test creation

image

mem-memov/unit-robot

Automated unit test creation

  • Wednesday, August 23, 2017
  • by mem-memov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

unit-robot

Automated unit test creation, (*1)

Build Status, (*2)

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'
];

The Versions

23/08 2017

dev-master

9999999-dev

Automated unit test creation

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Alexander A. Novikov

23/08 2017

v1.0.0

1.0.0.0

Automated unit test creation

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Alexander A. Novikov