sbuerk / typo3-cmscomposerinstallers-testingframework-bridge
Compatibility patch for extension testing with TYPO3 v12
Installs: 49 204
Dependents: 25
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Open Issues: 1
Type:composer-plugin
Requires
- php: ^7.4 || ^8.0 || ^8.1 || ^8.2
- composer-plugin-api: ^2.0.0
Requires (Dev)
- composer/composer: 2.0.*@dev
- friendsofphp/php-cs-fixer: ^3.4.0
- overtrue/phplint: ^2.4.1
- phpstan/phpstan: ^1.8.4
- phpstan/phpstan-strict-rules: ^1.4.3
README
Mission
This composer plugin has the intermediate mission to keep extension development testing against TYPO3 v12 working, which recently added enforced CMS Composer Installers 5. This breaks the way testing works.
Until proper overwork of the whole testing infrastructure is done, this plugin provides
proper symlinked TYPO3 system extension and the extension to the known "legacy paths".
Thus, Unit-, Functional and Acceptance testing works as before without any changes in
extensions which already tests against TYPO3 v12. This also helps when using
typo3/cms-composer-installers:4.0.0-RC1
with v11.
Starting with 0.1.x
of this composer plugin project level testing is also supported.
⚠️ This is an unofficial intermediate workaround, which may vanish anytime.
Installation and usage
This plugin should be only added as development dependency, so it get not shipped and installed on installation in a instance.
composer require --dev sbuerk/typo3-cmscomposerinstallers-testingframework-bridge
The plugin uses already provided information and configuration from composer and the CMS Composer Installers, thus no configuration needed for this plugin.