Merge pull request #535 from kudashevs/feature/php_remove_deprecation

Update ApprovalTest fix the deprecated method call
This commit is contained in:
Peter Kofler 2024-04-10 08:36:10 +02:00 committed by GitHub
commit 051ca14006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,6 @@ class ApprovalTest extends TestCase
$output = ob_get_clean();
Approvals::approveString($output);
Approvals::verifyString($output);
}
}