File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -50,30 +50,46 @@ protected function getLineCoverageXdebugDataForBankAccount()
5050 RawCodeCoverageData::fromXdebugWithoutPathCoverage ([
5151 TEST_FILES_PATH . 'BankAccount.php ' => [
5252 8 => 1 ,
53+ 9 => -2 ,
5354 13 => 1 ,
55+ 14 => -1 ,
56+ 15 => -1 ,
5457 16 => 1 ,
58+ 18 => -1 ,
5559 29 => 1 ,
60+ 31 => -1 ,
61+ 32 => -2 ,
5662 ],
5763 ]),
5864 RawCodeCoverageData::fromXdebugWithoutPathCoverage ([
5965 TEST_FILES_PATH . 'BankAccount.php ' => [
6066 8 => 1 ,
67+ 9 => -2 ,
6168 13 => 1 ,
69+ 14 => -1 ,
70+ 15 => -1 ,
6271 16 => 1 ,
72+ 18 => -1 ,
6373 22 => 1 ,
74+ 24 => -1 ,
75+ 25 => -2 ,
6476 ],
6577 ]),
6678 RawCodeCoverageData::fromXdebugWithoutPathCoverage ([
6779 TEST_FILES_PATH . 'BankAccount.php ' => [
6880 8 => 1 ,
81+ 9 => -2 ,
6982 13 => 1 ,
7083 14 => 1 ,
7184 15 => 1 ,
85+ 16 => -1 ,
7286 18 => 1 ,
7387 22 => 1 ,
7488 24 => 1 ,
89+ 25 => -2 ,
7590 29 => 1 ,
7691 31 => 1 ,
92+ 32 => -2 ,
7793 ],
7894 ]),
7995 ];
@@ -276,9 +292,15 @@ protected function getPathCoverageXdebugDataForBankAccount()
276292 TEST_FILES_PATH . 'BankAccount.php ' => [
277293 'lines ' => [
278294 8 => 1 ,
295+ 9 => -2 ,
279296 13 => 1 ,
297+ 14 => -1 ,
298+ 15 => -1 ,
280299 16 => 1 ,
300+ 18 => -1 ,
281301 29 => 1 ,
302+ 31 => -1 ,
303+ 32 => -2 ,
282304 ],
283305 'functions ' => [
284306 'BankAccount->depositMoney ' => [
@@ -457,9 +479,15 @@ protected function getPathCoverageXdebugDataForBankAccount()
457479 TEST_FILES_PATH . 'BankAccount.php ' => [
458480 'lines ' => [
459481 8 => 1 ,
482+ 9 => -2 ,
460483 13 => 1 ,
484+ 14 => -1 ,
485+ 15 => -1 ,
461486 16 => 1 ,
487+ 18 => -1 ,
462488 22 => 1 ,
489+ 24 => -1 ,
490+ 25 => -2 ,
463491 ],
464492 'functions ' => [
465493 'BankAccount->depositMoney ' => [
@@ -638,14 +666,18 @@ protected function getPathCoverageXdebugDataForBankAccount()
638666 TEST_FILES_PATH . 'BankAccount.php ' => [
639667 'lines ' => [
640668 8 => 1 ,
669+ 9 => -2 ,
641670 13 => 1 ,
642671 14 => 1 ,
643672 15 => 1 ,
673+ 16 => -1 ,
644674 18 => 1 ,
645675 22 => 1 ,
646676 24 => 1 ,
677+ 25 => -2 ,
647678 29 => 1 ,
648679 31 => 1 ,
680+ 32 => -2 ,
649681 ],
650682 'functions ' => [
651683 'BankAccount->depositMoney ' => [
You can’t perform that action at this time.
0 commit comments