Task #101530
closedClean up test fixture files in ext:extbase
100%
Description
Over time, a collection of fixture files was placed into ext:extbase/Tests directly, without clearly dedicating those files to certain tests. This led to reuse all over the place, ever shared fixtures between unit and functional tests might have developed.
We want to resolve this folder residing directly in Tests. If fixture files are used in only one of the other top level folders, move the file to a more fitting position inside this folder.
If it is used in several of the top level test folders, duplicate the fixture files and move it into those folders.
In all cases, the consuming code needs to be adjusted to the new position.
Goal is to get rid of the top level Fixture folder here, there can be several patches to achieve the goal.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80456
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80456
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80457
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a10ceaf1031447d520140bf9ef6e8ca3d7a819b.