8000 improved test names · symfony/symfony@590c94f · GitHub
[go: up one dir, main page]

Skip to content

Commit 590c94f

Browse files
committed
improved test names
1 parent 4ac1523 commit 590c94f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Symfony/Component/Yaml/Tests/Fixtures/YtsBasicTests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ php: |
201201
]
202202
]
203203
---
204-
test: Block Sequence in Block Sequence 1
205-
brief: |
206-
Block Sequence in Block Sequence 1
204+
test: Inline first element in sequence blocks 1
207205
yaml: |
208206
- - s1_i1
209207
- s1_i2
@@ -217,9 +215,7 @@ php: |
217215
"s2"
218216
]
219217
---
220-
test: Block Sequence in Block Sequence 2
221-
brief: |
222-
Block Sequence in Block Sequence 2
218+
test: Inline first element in sequence blocks 2
223219
yaml: |
224220
- - s1_i1
225221
- - s1_i1_1
@@ -236,5 +232,5 @@ php: |
236232
],
237233
"s1_i2"
238234
],
239-
"s2"
235+
"s2"
240236
]

0 commit comments

Comments
 (0)
0