Commit 19d2d71
[TASK] Isolate functional test fixture assets for EXT:frontend
This patch removes fixture cross-dependencies from EXT:frontend to
EXT:core. The existing "pages_frontend.csv" file is identical to
the Core's "pages.csv" Fixture and can be switched. A very simple
Fluid Partial (one liner) is copied to be distinct to EXT:frontend.
Assets are copied to be unique and prevent side-effects when
files are changed at their original location. Tests should be
side-effect free and isolated.
Remaining exemption for cross-dependencies are references to:
EXT:core/Tests/Functional/Fixtures/Frontend/JsonRenderer.typoscript
EXT:core/Tests/Functional/Fixtures/Extensions/test_irre_csv
EXT:core/Tests/Functional/Fixtures/Extensions/test_eid
EXT:core/Tests/Functional/Fixtures/Extensions/test_classic_content
EXT:core/Tests/Functional/Fixtures/Extensions/test_irre_mm
EXT:core/Tests/Functional/Fixtures/Extensions/test_irre_mnsymmetric
EXT:core/Tests/Functional/Fixtures/Extensions/test_irre_foreignfield
EXT:core/Tests/Functional/Fixtures/Extensions/test_irre_mnattributeinline
EXT:core/Tests/Functional/Fixtures/Extensions/test_irre_mnattributesimple
These central fixtures should not be redundantly stored,
and are fittingly placed in the "EXT:core" space.
Releases: main, 13.4
Resolves: #105900
Related: #105899
Related: #105901
Related: #105902
Change-Id: I475edaae8d9c266a2cc3c4adbbd927adcb96856d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/87671
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>1 parent 281b0af commit 19d2d71
File tree
5 files changed
+6
-5
lines changed- typo3/sysext/frontend/Tests/Functional
- Fixtures/Frontend
- Rendering
- SiteHandling
5 files changed
+6
-5
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments