mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-13 12:52:22 +00:00
Merge pull request #535 from kudashevs/feature/php_remove_deprecation
Update ApprovalTest fix the deprecated method call
This commit is contained in:
commit
051ca14006
@ -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