diff --git a/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php.html b/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php.html
index 51aeefae6..60f633a9b 100644
--- a/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php.html
+++ b/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php.html
@@ -318,8 +318,9 @@
29 | $this->setBalance($this->getBalance() - $balance); |
30 | |
31 | return $this->getBalance(); |
- 32 | } |
- 33 | } |
+ 32 | return $this->getBalance(); |
+ 33 | } |
+ 34 | } |
diff --git a/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php_branch.html b/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php_branch.html
index 7d1bf5cc1..11336c19e 100644
--- a/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php_branch.html
+++ b/tests/_files/Report/HTML/PathCoverageForBankAccount/BankAccount.php_branch.html
@@ -318,8 +318,9 @@
29 | %s |
30 | |
31 | %s |
- 32 | %s |
- 33 | %s |
+ 32 | return $this->getBalance(); |
+ 33 | } |
+ 34 | } |
@@ -393,23 +394,6 @@