The default connection database is correctly create with all tables etc.. but not the other databases which results in SQL error during tests. Should my config be different to make this work ?
If I create and update the schemas by hand (or via symfony console) correctly the tests suit runs without issues afterwards but it would be nice not to have to do this.
Hi, I'm using this bundle with three doctrine connections configured as so:
dama_doctrine_test_bundle looks like so:
The default connection database is correctly create with all tables etc.. but not the other databases which results in SQL error during tests. Should my config be different to make this work ?
If I create and update the schemas by hand (or via symfony console) correctly the tests suit runs without issues afterwards but it would be nice not to have to do this.
Thanks !