Skip to content

Commit

Permalink
Merge pull request #535 from kudashevs/feature/php_remove_deprecation
Browse files Browse the repository at this point in the history
Update ApprovalTest fix the deprecated method call
  • Loading branch information
codecop authored Apr 10, 2024
2 parents 85e18d3 + 79288dc commit 051ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/tests/ApprovalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public function testThirtyDays(): void

$output = ob_get_clean();

Approvals::approveString($output);
Approvals::verifyString($output);
}
}

0 comments on commit 051ca14

Please sign in to comment.