doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions

Home Page:http://www.doctrine-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doctrine Data Fixtures Extension

Build Status

This extension aims to provide a simple way to manage and execute the loading of data fixtures for the Doctrine ORM or ODM.

More resources:

Running the tests:

Phpunit is included in the dev requirements of this package.

To setup and run tests follow these steps:

  • go to the root directory of data-fixtures
  • run: composer install --dev
  • run: vendor/bin/phpunit

About

Doctrine2 ORM Data Fixtures Extensions

http://www.doctrine-project.org

License:MIT License


Languages

Language:PHP 100.0%