[TASK] Provide composer.json to fixture extensions
In preparation of composer based test setups, all fixture extensions require fully functional `composer.json` files. For starters, the minimal required `composer.json` is added. We will adjust as we go. Extensions without classes don't receive PSR-4 class loading definitions as those are not needed. As a convention, all fixture extensions have their composer name use the vendor `typo3tests`. Classes will have the vendor `TYPO3Tests`. This way, fixture extensions are easy to identify, both by providing tests that use the extensions, as well as in development to not accidentally use such an extension or class. Resolves: #100783 Releases: main, 12.4 Change-Id: I476864b528eaab1acec0a950c85d5ff92be7b516 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78913 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- composer.json 3 additions, 1 deletioncomposer.json
- typo3/sysext/fluid/Tests/Functional/EscapeChildrenRenderingStandaloneTest.php 1 addition, 1 deletion...ests/Functional/EscapeChildrenRenderingStandaloneTest.php
- typo3/sysext/fluid/Tests/Functional/EscapeChildrenRenderingTest.php 1 addition, 1 deletion...xt/fluid/Tests/Functional/EscapeChildrenRenderingTest.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Classes/Controller/TemplateController.php 1 addition, 1 deletion...ions/fluid_test/Classes/Controller/TemplateController.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Classes/ViewHelpers/AbstractEscapingBaseViewHelper.php 1 addition, 4 deletions...st/Classes/ViewHelpers/AbstractEscapingBaseViewHelper.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Classes/ViewHelpers/EscapeChildrenDisabledAndEscapeOutputDisabledViewHelper.php 1 addition, 4 deletions...capeChildrenDisabledAndEscapeOutputDisabledViewHelper.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Classes/ViewHelpers/EscapeChildrenDisabledAndEscapeOutputEnabledViewHelper.php 1 addition, 4 deletions...scapeChildrenDisabledAndEscapeOutputEnabledViewHelper.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Classes/ViewHelpers/EscapeChildrenEnabledAndEscapeOutputDisabledViewHelper.php 1 addition, 4 deletions...scapeChildrenEnabledAndEscapeOutputDisabledViewHelper.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Classes/ViewHelpers/EscapeChildrenEnabledAndEscapeOutputEnabledViewHelper.php 1 addition, 4 deletions...EscapeChildrenEnabledAndEscapeOutputEnabledViewHelper.php
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Configuration/Services.yaml 1 addition, 1 deletion...ixtures/Extensions/fluid_test/Configuration/Services.yaml
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/composer.json 17 additions, 14 deletions...s/Functional/Fixtures/Extensions/fluid_test/composer.json
- typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/ext_emconf.php 1 addition, 6 deletions.../Functional/Fixtures/Extensions/fluid_test/ext_emconf.php
- typo3/sysext/fluid/Tests/Functional/View/TemplatesPathsTest.php 1 addition, 1 deletion...sysext/fluid/Tests/Functional/View/TemplatesPathsTest.php
- typo3/sysext/form/Tests/Functional/RequestHandling/Fixtures/Extensions/form_caching_tests/Classes/Controller/FormCachingTestsController.php 1 addition, 1 deletion...g_tests/Classes/Controller/FormCachingTestsController.php
- typo3/sysext/form/Tests/Functional/RequestHandling/Fixtures/Extensions/form_caching_tests/Configuration/Services.yaml 1 addition, 1 deletion...Extensions/form_caching_tests/Configuration/Services.yaml
- typo3/sysext/form/Tests/Functional/RequestHandling/Fixtures/Extensions/form_caching_tests/composer.json 5 additions, 2 deletions...ling/Fixtures/Extensions/form_caching_tests/composer.json
- typo3/sysext/form/Tests/Functional/RequestHandling/Fixtures/Extensions/form_caching_tests/ext_localconf.php 1 addition, 1 deletion.../Fixtures/Extensions/form_caching_tests/ext_localconf.php
- typo3/sysext/form/Tests/Functional/Service/Fixtures/Extensions/form_labels/composer.json 14 additions, 0 deletions...nal/Service/Fixtures/Extensions/form_labels/composer.json
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluid_template/composer.json 17 additions, 14 deletions...nal/Fixtures/Extensions/test_fluid_template/composer.json
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_request_mirror/Classes/Middleware/RequestMirror.php 1 addition, 1 deletion.../test_request_mirror/Classes/Middleware/RequestMirror.php
Please register or sign in to comment