mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-04-25 18:29:30 +02:00
Replace deprecated method
- approveString has been deprecated in favour of verifyString
This commit is contained in:
@@ -27,7 +27,7 @@ final class StatementPrinterTest extends TestCase
|
||||
$statementPrinter = new StatementPrinter();
|
||||
$result = $statementPrinter->print($invoice, $plays);
|
||||
|
||||
Approvals::approveString($result);
|
||||
Approvals::verifyString($result);
|
||||
}
|
||||
|
||||
public function testNewPlayTypes() : void
|
||||
|
||||
Reference in New Issue
Block a user