- Issue created by @RobLoach
- First commit to issue fork.
There are deprecation notices in PHPUnit tests prophesize()
usage. This is because it's deprecated in PHPUnit, and will be removed in PHPUnit 10.
1. Run a php unit scan on the code base.
Update to use https://github.com/phpspec/prophecy-phpunit to allow continued use of the function.