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: 9 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T19:10:10.000Z (about 7 years ago)
- Last Synced: 2025-05-14T18:56:39.895Z (11 months ago)
- Topics: bundle, php, symfony, symfony-bundle, testing, tool, unittest
- Language: PHP
- Size: 35.2 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/unigen/unigen-bundle)
[](https://scrutinizer-ci.com/g/unigen/unigen-bundle/?branch=master)
[](https://opensource.org/licenses/MIT)
[](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.