data-fixtures icon indicating copy to clipboard operation
data-fixtures copied to clipboard

Doctrine2 ORM Data Fixtures Extensions

Results 53 data-fixtures issues
Sort by recently updated
recently updated
newest added

whenever I run `app/console doctrine:fixtures:load` it fails when trying to purge. I've traced the issue to the my class level annotation in my entity. There's no problem with the annotations...

A possibility to constrain the loading of fixtures to specific environments would be nice. I just need for the test environment different fixtures than in the others.

Improvement

Hello, So I have a situation where the current executor can't load my fixtures. I have three fixture files. The third one loaded has an entity that has a custom...

Improvement

I had to override the loadFixtures method of the LiipFunctionalTestBundle with this stuff to avoid blowing up mysql: ``` protected function loadFixtures(array $classNames, $omName = null, $registryName = 'doctrine', $purgeMode...

Improvement

EDIT: Assetic has changed its path, so you can remove assetic tags from app/config/config.yml and app/config/config_dev.yml to get rid of the error. Hi, i'm writting this thread in order to...

Improvement

Many people ask how to selectively purge some entities or how to control purging-appending behavior. Why don't we add an annotation support in entities like this (notice the new fixtures...

I've just started using this module and I found lack of unload() method puzzling. I'm using it for PHPUnit tests, so setup and teardown are two mandatory steps. Purger just...

Copied from https://github.com/doctrine/DoctrineFixturesBundle/issues/57 by @deeky666 I just encountered a problem with referencing an object multiple times with different names before flushing. It seems only the first reference I make gets...

Bug

hi there, before i bootstrap everyhing an PR it: for me the indexing with get_class in the loader does not work very well. I think you have a good reason...

Refactor

# Dependency on Entity Manager Currently, entity manager instance is passed to fixtures. A fixture in its turn uses the entity manager to persist and flush entities created by it....

Refactor