PHPackages                             mem-memov/unit-robot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. mem-memov/unit-robot

ActiveProject[Testing &amp; Quality](/categories/testing)

mem-memov/unit-robot
====================

Automated unit test creation

v1.0.0(8y ago)04MITPHPPHP ^7.1

Since Aug 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mem-memov/unit-robot)[ Packagist](https://packagist.org/packages/mem-memov/unit-robot)[ RSS](/packages/mem-memov-unit-robot/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

unit-robot
==========

[](#unit-robot)

Automated unit test creation

[![Build Status](https://camo.githubusercontent.com/801cf348297d0d7b7d51de5b35f112fcfe69bb2cc754232e6f2ffc28607f852c/68747470733a2f2f7472617669732d63692e6f72672f6d656d2d6d656d6f762f756e69742d726f626f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mem-memov/unit-robot)

To install via Composer:

```
composer require --dev mem-memov/unit-robot

```

To prepare tests for every class:

```
./bin/unit-robot

```

To prepare a test for one class:

```
./bin/unit-robot --class="MemMemov\UnitRobot\UnitTest\Builder\PhpDeclaration"

```

Put source and test directories into the config file:

unit-robot.config.php

```
