Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unigen/unigen-bundle
Symfony bundle for unigen test generator
https://github.com/unigen/unigen-bundle
bundle php symfony symfony-bundle testing tool unittest
Last synced: 1 day ago
JSON representation
Symfony bundle for unigen test generator
- Host: GitHub
- URL: https://github.com/unigen/unigen-bundle
- Owner: unigen
- License: mit
- Created: 2019-02-03T12:38:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T19:10:10.000Z (over 5 years ago)
- Last Synced: 2024-09-20T02:38:18.840Z (about 2 months ago)
- Topics: bundle, php, symfony, symfony-bundle, testing, tool, unittest
- Language: PHP
- Size: 35.2 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/unigen/unigen.svg?branch=master)](https://travis-ci.org/unigen/unigen-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/unigen/unigen-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/unigen/unigen-bundle/?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg)](https://php.net/)### UniGenBundle
UniGenBundle is a Symfony bundle that integrates [UniGen](https://github.com/unigen/unigen) a unit test generator for PHP which automatically generates unit tests for your classes.### Features
* Supports mockery and phpunit mocks
* Configurable test target directory
* Configurable namespace
* Configurable templates
* Configurable test case### Documentation
* [Installation](Resources/doc/1-installation.md)
* [Configuration](Resources/doc/2-configuration.md)
* [How to use](Resources/doc/3-how-to-use.md)
* [IDE integration](Resources/doc/4-integration.md)### License
This bundle is available under the MIT license.