The alias connection was removed in the past recent changes. This must be called again before the tests start. I propose to add this to the FixtureInjector:
public function startTestSuite(TestSuite $suite): void
{
$this->_fixtureManager->aliasConnections();
}
The alias connection was removed in the past recent changes. This must be called again before the tests start. I propose to add this to the
FixtureInjector
: