- Issue created by @mondrake
In order to allow InstallerNonDefaultDatabaseDriverTest
execute, DatabaseDriverUninstallValidator::validate()
needs to get a new connection set by the test than the one passed in construction.
We should not have to alter runtime execution paths to fulfill test requirements.
Refactor InstallerNonDefaultDatabaseDriverTest
so that the injected connection be used. TBD how.