Closed gfreeau closed 10 years ago
Can you also update the tests? Thanks :+1:
I have updated the tests and they are now passing.
I had a problem running the tests though, I had to disable any mention of mongo to get the functional tests to run. I saw the note about requiring mongo in your README, however the composer.json does not list mongodbbundle as a dev dependency.
Anyway, this second commit is only for the fosuserbundle tests.
Its only needed when testing multiple storage engines, so for these tests are not related. Some of the CI's had a problem with this dependency so its not installed by default.
I will merge this later today.
Thank you @gfreeau
The current FOSUserBundle commands do not seem to work as documented. "user-system" should be an option instead of ordered argument. After the changes, it works as documented.