typo3-config-handling
typo3-config-handling copied to clipboard
FunctionalTestCases from typo3/testing-framework does not work with typo3-config-handling.
When I try to execute a functional test, the dynamically generated "TYPO3 Configuration" cannot be read. For example no connection to the TestDB can be created, because the credendtials are missing. Cause is that the typo3/testing-framework creates a temporary typo3conf/LocalConfiguration.php file, but this is not accepted from the extended ConfigurationManager.
Now my question:
- Do I have something configured wrong?
- Is it possible to disable the extended ConfigurationManager from this package in FunctionalTests or to configure it to read the temporary LocalConfiguration?
kind regards DM
The only solution for now is to remove this package before executing functional tests. Since this is possible to automate in a CI, I don't think I'm going to provide any other workaround any time soon.