File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ public function testInlineCommentsKeepTheLine(): void
330330 public function testHeavyIndentationIsHandledCorrectly (): void
331331 {
332332 $ file = TEST_FILES_PATH . 'source_with_heavy_indentation.php ' ;
333- $ n = 27 ;
333+
334334 $ this ->assertEquals (
335335 [
336336 14 ,
@@ -396,25 +396,25 @@ public function testHeavyIndentationIsHandledCorrectly(): void
396396 // line 203 is default case, not in xdebug output (only cases with condition are covered)
397397 204 ,
398398 207 ,
399- 189 + $ n ,
400- 191 + $ n ,
401- 193 + $ n ,
402- 195 + $ n ,
403- 197 + $ n ,
404- 199 + $ n ,
405- 201 + $ n ,
406- 203 + $ n ,
407- 205 + $ n ,
408- 207 + $ n ,
409- 229 + $ n ,
410- 234 + $ n ,
411- 238 + $ n ,
412- 241 + $ n ,
413- 245 + $ n ,
414- 249 + $ n ,
415- 255 + $ n ,
416- 259 + $ n ,
417- 265 + $ n ,
399+ 216 ,
400+ 218 ,
401+ 220 ,
402+ 222 ,
403+ 224 ,
404+ 226 ,
405+ 228 ,
406+ 230 ,
407+ 232 ,
408+ 234 ,
409+ 256 ,
410+ 261 ,
411+ 265 ,
412+ 268 ,
413+ 272 ,
414+ 276 ,
415+ 282 ,
416+ 286 ,
417+ 292 ,
418418 ],
419419 array_keys (RawCodeCoverageData::fromUncoveredFile ($ file , new ParsingFileAnalyser (true , true ))->lineCoverage ()[$ file ])
420420 );
You can’t perform that action at this time.
0 commit comments