Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[BUGFIX] Make Functional tests work again with TYPO3 11.5.3 #147

Closed helhum closed 2 years ago

helhum commented 2 years ago

In TYPO3 11.5.3 the location of PackageArtifact changed to be located in a place (vendor folder) inaccessible to testing instances. Therefore Composer mode now needs to be deactivated for these instances.