@@ -61,7 +61,8 @@ public function testSomething()
6161 'coverage ' => 100 ,
6262 'crap ' => '1 ' ,
6363 'link ' => 'BankAccount.php.html#6 ' ,
64- 'methodName ' => 'getBalance '
64+ 'methodName ' => 'getBalance ' ,
65+ 'visibility ' => 'public ' ,
6566 ],
6667 'setBalance ' => [
6768 'signature ' => 'setBalance($balance) ' ,
@@ -73,7 +74,8 @@ public function testSomething()
7374 'coverage ' => 0 ,
7475 'crap ' => 6 ,
7576 'link ' => 'BankAccount.php.html#11 ' ,
76- 'methodName ' => 'setBalance '
77+ 'methodName ' => 'setBalance ' ,
78+ 'visibility ' => 'protected ' ,
7779 ],
7880 'depositMoney ' => [
7981 'signature ' => 'depositMoney($balance) ' ,
@@ -85,7 +87,8 @@ public function testSomething()
8587 'coverage ' => 100 ,
8688 'crap ' => '1 ' ,
8789 'link ' => 'BankAccount.php.html#20 ' ,
88- 'methodName ' => 'depositMoney '
90+ 'methodName ' => 'depositMoney ' ,
91+ 'visibility ' => 'public ' ,
8992 ],
9093 'withdrawMoney ' => [
9194 'signature ' => 'withdrawMoney($balance) ' ,
@@ -97,7 +100,8 @@ public function testSomething()
97100 'coverage ' => 100 ,
98101 'crap ' => '1 ' ,
99102 'link ' => 'BankAccount.php.html#27 ' ,
100- 'methodName ' => 'withdrawMoney '
103+ 'methodName ' => 'withdrawMoney ' ,
104+ 'visibility ' => 'public ' ,
101105 ],
102106 ],
103107 'startLine ' => 2 ,
0 commit comments