https://github.com/ericksonreyes/ddd-phpspec-helper
Just my personal PhpSpec helper that generates tests and implementation of domain and application classes.
https://github.com/ericksonreyes/ddd-phpspec-helper
helpers php7 phpspec tdd unit-testing
Last synced: 4 months ago
JSON representation
Just my personal PhpSpec helper that generates tests and implementation of domain and application classes.
- Host: GitHub
- URL: https://github.com/ericksonreyes/ddd-phpspec-helper
- Owner: ericksonreyes
- License: mit
- Created: 2019-03-29T07:37:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T04:40:14.000Z (over 5 years ago)
- Last Synced: 2024-12-29T12:30:28.974Z (6 months ago)
- Topics: helpers, php7, phpspec, tdd, unit-testing
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DDD PhpSpec Helper
PhpSpec helper for generating domain event and entity specification and implementation classes.[](LICENSE.MD)
[](https://packagist.org/packages/ericksonreyes/ddd-phpspec-helper)
[](https://github.com/ericksonreyes/ddd-phpspec-helper/commits/master)
[](https://github.com/ericksonreyes/ddd-phpspec-helper/tags)
[](https://github.com/ericksonreyes/ddd-phpspec-helper/tags)
[](https://github.com/ericksonreyes/ddd-phpspec-helper/tags)
[](https://packagist.org/packages/ericksonreyes/ddd-phpspec-helper)## How to install
```bash
composer require ericksonreyes/ddd-phpspec-helper
```## How to use
```bash
bin/phpspec entity MyDomain/EntityName
bin/phpspec event MyDomain/EventName
bin/phpspec command MyApplication/Command/WipeFileSystem
bin/phpspec handler MyApplication/Handler/WipeFileSystemHandler
```