Codeception / Codeception/module-doctrine
Suggestion: `loadFixtures()`: Change the default for `append` to false
Open
- Dominant language
- PHP
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The default mode when loading fixtures is to **purge**: https://symfony.com/bundles/DoctrineFixturesBundle/current/index.html#loading-fixtures
> By default the `load` command purges the database
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... ;-)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.