Commit 848ff37
committed
[BUGFIX] Adjust Symfony Validator tests for 7.4 compatibility
The number of arguments passed to error messages has been
raised in Symfony Validator 7.4 and thus no longer meets
the hard-coded structure in the test.
The tests are now adjusted to only test for the rendered
error message, making it independant from argument order
and count.
Resolves: #108356
Related: #106945
Releases: main
Change-Id: Id4e541715accc8f5571409b4ab6c6825bc26eb89
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91927
Tested-by: Simon Schaufelberger <[email protected]>
Reviewed-by: Markus Klein <[email protected]>
Tested-by: Garvin Hicking <[email protected]>
Reviewed-by: Garvin Hicking <[email protected]>
Reviewed-by: Simon Schaufelberger <[email protected]>
Tested-by: Markus Klein <[email protected]>
Tested-by: core-ci <[email protected]>
Tested-by: Stefan Bürk <[email protected]>
Reviewed-by: Stefan Bürk <[email protected]>1 parent a89df97 commit 848ff37
File tree
1 file changed
+25
-14
lines changed- typo3/sysext/extbase/Tests/Functional/Validation
1 file changed
+25
-14
lines changedLines changed: 25 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
282 | 281 | | |
283 | 282 | | |
284 | 283 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
| 284 | + | |
289 | 285 | | |
290 | 286 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 287 | + | |
295 | 288 | | |
296 | 289 | | |
297 | 290 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
| 291 | + | |
302 | 292 | | |
303 | 293 | | |
304 | 294 | | |
| |||
359 | 349 | | |
360 | 350 | | |
361 | 351 | | |
362 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
363 | 374 | | |
364 | 375 | | |
0 commit comments