doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.44k stars 202 forks source link

Put fixtures outside of src code #372

Closed eerison closed 1 year ago

eerison commented 2 years ago

I just want to raise up this issue #186 again to know the reason to have the fixtures inside of src code

the first argument that I saw is: it wasn't used for test only!

but in the other hand we do not use this in production code, then composer map those classes that are not useful for production environment.

greg0ire commented 2 years ago

The history looks lost: 073990e1778083280075d613dcca84f847c8fc1a

Not sure where the docs where versioned before this commit. Since there is no argument, please make another proposal, test it on a real project, then send a PR to fix this.

eerison commented 1 year ago

Ok, I'm closing this issue for now, I can try provide a PR later ;)