You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But with $I->loadFixtures(), the default is to append. I think this is confusing and should be changed. However, I don't see any easy upgrade path... ;-)
The text was updated successfully, but these errors were encountered:
The default mode when loading fixtures is to purge: https://symfony.com/bundles/DoctrineFixturesBundle/current/index.html#loading-fixtures
But with
$I->loadFixtures()
, the default is to append. I think this is confusing and should be changed. However, I don't see any easy upgrade path... ;-)The text was updated successfully, but these errors were encountered: