spolischook / abstract-fixture-load
Abstract wrapper for Dctrine Fixture. Load fixtures easier than ever
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/spolischook/abstract-fixture-load
Requires
- php: >=5.3.2
- behat/gherkin: 2.*
- doctrine/common: >=2.2,<3.0
- doctrine/data-fixtures: 1.0.*@dev
- symfony/property-access: >=2.2,<=2.4
This package is auto-updated.
Last update: 2020-01-17 21:45:57 UTC
README
This bundle help you load fixture as easy as possible.
- Installing the Standard Edition
Add to your composer.json:
"spolischook/abstract-fixture-load": "dev-master"
- Use Abstract Fixtures Loader
You must create 'data' folder in your DataFixtures/ORM folder, where you save your gherkin files with fixtures.
For example: