[TASK] Switch functional tests to site handling
All functional tests that run a frontend subrequest should be tested against Site Handling, as the PseudoSite Handling is about to removed. This patch is actually a precursor to make sure that all tests work with site handling now. The AbstractDataHandlerActionTestCase adds e site configuration on each setUp(). This way, all DataHandler-related tests are running with a Site configuration of three languages. In addition, when "localizing" something, a translated page needs to exist, so most DataHandler related changes add this functionality. For some DataHandler tests, the SiteConfiguration is adapted to define the previous behavior built in TypoScript. One addition in PageResolver is made: If an GET / POST &id query parameter is given, and it is not accessible, it will fail now. Resolves: #88357 Releases: master Change-Id: I3dafec3382d8c6797f32b3acde2763dacd13e0f3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60757 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Tests/Functional/Controller/Page/LocalizationControllerTest.php 4 additions, 25 deletions...Functional/Controller/Page/LocalizationControllerTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 76 additions, 0 deletions...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/AbstractActionTestCase.php 1 addition, 0 deletions...ts/Functional/DataHandling/FAL/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/ActionTest.php 7 additions, 4 deletions...e/Tests/Functional/DataHandling/FAL/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Group/AbstractActionTestCase.php 1 addition, 0 deletions.../Functional/DataHandling/Group/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/ActionTest.php 9 additions, 4 deletions...Tests/Functional/DataHandling/Group/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/copyContentToLanguageOfRelation.csv 1 addition, 0 deletions.../Group/Modify/DataSet/copyContentToLanguageOfRelation.csv
- typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/localizeElementOfRelation.csv 1 addition, 0 deletions...ndling/Group/Modify/DataSet/localizeElementOfRelation.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/AbstractActionTestCase.php 1 addition, 0 deletions...nctional/DataHandling/IRRE/CSV/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/ActionTest.php 18 additions, 5 deletions...ts/Functional/DataHandling/IRRE/CSV/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php 1 addition, 0 deletions...DataHandling/IRRE/ForeignField/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php 23 additions, 5 deletions...onal/DataHandling/IRRE/ForeignField/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/AbstractActionTestCase.php 1 addition, 0 deletions...tional/DataHandling/ManyToMany/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/ActionTest.php 2 additions, 0 deletions.../Functional/DataHandling/ManyToMany/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php 1 addition, 0 deletions...unctional/DataHandling/Regular/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php 49 additions, 16 deletions...sts/Functional/DataHandling/Regular/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/MultiSiteTest.php 1 addition, 0 deletions...e/Tests/Functional/DataHandling/Regular/MultiSiteTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Select/AbstractActionTestCase.php 1 addition, 0 deletions...Functional/DataHandling/Select/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/ActionTest.php 2 additions, 0 deletions...ests/Functional/DataHandling/Select/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/localizeElementOfRelation.csv 1 addition, 0 deletions...dling/Select/Modify/DataSet/localizeElementOfRelation.csv
Please register or sign in to comment