spolischook/abstract-fixture-load

This package is abandoned and no longer maintained. No replacement package was suggested.

Abstract wrapper for Dctrine Fixture. Load fixtures easier than ever

dev-master 2013-07-08 19:32 UTC

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.

  1. Installing the Standard Edition

Add to your composer.json:

    "spolischook/abstract-fixture-load": "dev-master"
  1. Use Abstract Fixtures Loader

You must create 'data' folder in your DataFixtures/ORM folder, where you save your gherkin files with fixtures.

For example: