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

I add a listener to doctrine like this : https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/cookbook/sql-table-prefixes.html When I use 'doctrine:fixtures:load' , there is no call to the listener. the listenert works well with 'doctrine:schema:create' and work...

Hi I use doctrine/doctrine-fixtures-bundle": "^3.3", now is 3.4.0 and I try to load my fixtures from a data.yml file with: bin/console doctrine:fixtures:load --em=blog --env=webnou --group=webnou from a LoadUserData class class...

I have a fixture that I plan to use for 2 groups. The issue is that I would like to load different data sets depending on what group was called....

When I add order to fixtures, I got notice: ``` PHP Notice: Undefined index: Acme\DemoBundle\DataFixtures\ORM\LoadDemoData in /var/www/symfony/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php on line 330 PHP Stack trace: PHP 1. {main}() /var/www/symfony/app/console:0 PHP 2. Symfony\Component\Console\Application->run()...

Bug
Cannot replicate

So im obviously working on my website and for back end trial and error junk i require user logins to get at admin sections for reasons. it would be nice...

In case of sequences based auto-increment (for example in PgSQL), fixture loading not clean sequence. This causes certain difficulties with testing, for example, when we need to link cross project...

I outlined this below on Slack: Symfony4, DoctrineFixturesBundle 3.4, LiipFunctionalTestingBundle. I have a Fixture A which depends on Fixture B. Fixture B has constructor dependency injection going on, so the...

This is a follow up to #289 (and will show the changes from #289 until it is merged) to make purgers and executors final and add return type and method...

Improvement
BC break

... when purge mode is truncate * add test for change of foreign key check when using MySQL * add test for not set foreign key check when using SQLite...