leedch/unitest

Generates PHPUnit test classes from regular PHP classes

2.0.2 2022-03-08 09:07 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:22:58 UTC


README

Generate PHP Unit Tests (PHPUnit) from regular PHP classes.

Most people don't do Unit Testing because it is too much fuss to get it all set up and to write all test classes. This tool gives you the test classes.

Just edit the tests or delete the ones you don't want. All you need to get this to run is a JSON file containing an array of all class names that need a test Class.