Aleks Sotirovski
Aleks Sotirovski
Thanks for the quick feedback. This is the way I'm currently trying with those parameters, and with the orm config above: `$this->loadFixtures([SomeEntityFixtures::class], false, 'shared');` The message I get is: `InvalidArgumentException:...
So if I do that I get this, slightly different message: `InvalidArgumentException: Doctrine ORM Manager named "shared_database" does not exist` Thanks.
No, I definitely didn't switch parameters - just changed the third parameter from 'shared' to 'shared_database'. I am not passing the 4th param as it defaults to 'doctrine' anyways. I...
+1 Same question here.