typo3-config-handling icon indicating copy to clipboard operation
typo3-config-handling copied to clipboard

FunctionalTestCases from typo3/testing-framework does not work with typo3-config-handling.

Open devmes opened this issue 2 years ago • 1 comments

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

devmes avatar Jun 21 '22 15:06 devmes

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.

helhum avatar Jun 21 '22 20:06 helhum