Replace deprecated method

- approveString has been deprecated in favour of verifyString
This commit is contained in:
Colin DeCarlo
2020-02-09 11:09:31 -05:00
parent eadf7f1586
commit 2f2816b0f3
+1 -1
View File
@@ -27,7 +27,7 @@ final class StatementPrinterTest extends TestCase
$statementPrinter = new StatementPrinter(); $statementPrinter = new StatementPrinter();
$result = $statementPrinter->print($invoice, $plays); $result = $statementPrinter->print($invoice, $plays);
Approvals::approveString($result); Approvals::verifyString($result);
} }
public function testNewPlayTypes() : void public function testNewPlayTypes() : void