DatabaseConnector
DatabaseConnector copied to clipboard
Call to Andromeda causing unit tests to fail
This line calls Andromeda::isAndromeda which won't be present in setups where Andromeda isn't required.
As an alternative I propose simply calling:
inherits(x, "Andromeda")
Yes, sorry about that. I have a fix in develop. Will release shortly.