Commit a3d616e
committed
minor #1790 Update Yaml indentation in tests after symfony/symfony#62967 (tcoch)
This PR was squashed before being merged into the 1.x branch.
Discussion
----------
Update Yaml indentation in tests after symfony/symfony#62967
symfony/symfony#62967 introduced a change in how YAML files are generated.
For this reason, some tests are broken here (e.g. #1785).
This PR aims to resolve that.
The modifications are:
- Test files used have been adapted towards the new format
- Special case has been added to `YamlSourceManipulatorTest.php` to address specify of tests in this CI with PHP8.1 and SF6.4.* lowest deps
Commits
-------
ce97fb4 Update Yaml indentation in tests after symfony/symfony#629673 files changed
Lines changed: 12 additions & 7 deletions
File tree
- tests/Util
- yaml_fixtures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
0 commit comments