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
I just installed and tried the new v2.0-alpha8 and got a question related to the doctrine/doctrine-fixtures-bundle dependency requirement.
Indeed when I'm using the theofidry/alice-data-fixtures it seems that it needs also the doctrine/doctrine-fixtures-bundle package which seems not really necessary as I think both bundles are doing the same thing.
From what I understand I can see that the requirement check is done when the loadAliceFixture calls the cleanDatabase method.
So my question is : Do we really need both bundles?
Thanks !
The text was updated successfully, but these errors were encountered:
Right now doctrine/doctrine-fixtures-bundle is mentioned in the suggest config of composer.json but not mentioned in the documentation. So maybe it should be added as a dependency, it was a suggestion before the fixtures loading was splited from https://github.com/liip/LiipFunctionalTestBundle.
Hi all,
I just installed and tried the new v2.0-alpha8 and got a question related to the doctrine/doctrine-fixtures-bundle dependency requirement.
Indeed when I'm using the theofidry/alice-data-fixtures it seems that it needs also the doctrine/doctrine-fixtures-bundle package which seems not really necessary as I think both bundles are doing the same thing.
From what I understand I can see that the requirement check is done when the
loadAliceFixture
calls thecleanDatabase
method.So my question is : Do we really need both bundles?
Thanks !
The text was updated successfully, but these errors were encountered: