mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Update ApprovalTest substitute the deprecated approveString method with the recommended
This commit is contained in:
parent
85e18d38c6
commit
79288dcd51
@ -39,6 +39,6 @@ class ApprovalTest extends TestCase
|
|||||||
|
|
||||||
$output = ob_get_clean();
|
$output = ob_get_clean();
|
||||||
|
|
||||||
Approvals::approveString($output);
|
Approvals::verifyString($output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user