PHPackages                             kristijorgji/php-test-generator - 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. kristijorgji/php-test-generator

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

kristijorgji/php-test-generator
===============================

PHP test skeletons generator

v1.0.0(7y ago)01.1kMITPHPPHP &gt;=7.1

Since Jun 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kristijorgji/php-test-generator)[ Packagist](https://packagist.org/packages/kristijorgji/php-test-generator)[ RSS](/packages/kristijorgji-php-test-generator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

php-test-generator
==================

[](#php-test-generator)

A framework for generating test boilerplate from the specified suites.

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Config](#config)

Installation
------------

[](#installation)

```
composer require kristijorgji/php-test-generator
```

Run the following command to initialize phpTestGenerator

```
vendor/bin/phpTestGenerator init
```

This command will create in your project root folder the config file `phpTestGenerator.cfg.php`You need to edit that to your desired settings.

Config
------

[](#config)

The config and it's keys try to be as much self explanatory as possible. Example config:

```
