File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -1497,14 +1497,14 @@ protected function setUpXdebugStubForFileWithIgnoredLines(): Driver
14971497
14981498 $ stub ->method ('stop ' )
14991499 ->willReturn (RawCodeCoverageData::fromXdebugWithoutPathCoverage (
1500- [
1501- TEST_FILES_PATH . 'source_with_ignore.php ' => [
1502- 2 => 1 ,
1503- 4 => -1 ,
1504- 6 => -1 ,
1505- ],
1506- ]
1507- ));
1500+ [
1501+ TEST_FILES_PATH . 'source_with_ignore.php ' => [
1502+ 2 => 1 ,
1503+ 4 => -1 ,
1504+ 6 => -1 ,
1505+ ],
1506+ ]
1507+ ));
15081508
15091509 return $ stub ;
15101510 }
@@ -1531,20 +1531,20 @@ protected function setUpXdebugStubForClassWithAnonymousFunction(): Driver
15311531
15321532 $ stub ->method ('stop ' )
15331533 ->willReturn (RawCodeCoverageData::fromXdebugWithoutPathCoverage (
1534- [
1535- TEST_FILES_PATH . 'source_with_class_and_anonymous_function.php ' => [
1536- 7 => 1 ,
1537- 9 => 1 ,
1538- 10 => -1 ,
1539- 11 => 1 ,
1540- 12 => 1 ,
1541- 13 => 1 ,
1542- 14 => 1 ,
1543- 17 => 1 ,
1544- 18 => 1 ,
1545- ],
1546- ]
1547- ));
1534+ [
1535+ TEST_FILES_PATH . 'source_with_class_and_anonymous_function.php ' => [
1536+ 7 => 1 ,
1537+ 9 => 1 ,
1538+ 10 => -1 ,
1539+ 11 => 1 ,
1540+ 12 => 1 ,
1541+ 13 => 1 ,
1542+ 14 => 1 ,
1543+ 17 => 1 ,
1544+ 18 => 1 ,
1545+ ],
1546+ ]
1547+ ));
15481548
15491549 return $ stub ;
15501550 }
You can’t perform that action at this time.
0 commit comments