Closed DavidHedden closed 4 years ago
Thank you for your PR! Unfortunately, the unit tests fail because the configuration manager isn't known. Our suggestion would be either to mock the required configuration manager or check with class_exists() if it exists first.
class_exists()
Does not work yet: https://travis-ci.org/aimeos/ai-typo3/builds/590161619
Bump because of force-push
Thanks a lot! :-)
Thank you for your PR! Unfortunately, the unit tests fail because the configuration manager isn't known. Our suggestion would be either to mock the required configuration manager or check with
class_exists()
if it exists first.