Update ApprovalTest substitute the deprecated approveString method with the recommended

This commit is contained in:
Sergey Kudashev 2024-04-09 15:59:02 +03:00
parent 85e18d38c6
commit 79288dcd51

View File

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