Add Response parameter to method that needs it.
Add Response argument when method has it as param
Add test param to public methods in files that end with Cest.php
Chain asserts to requests
Move from example to phpunit attributes
Change access to response body
Covert Json files to array when sending requests
Refactor made request retrieving from phiremock to HttpOutgoingRequestRetriever trait
Refactor mock access from Phiremock to HttpStatelessMock trait
Replace json path access to equivalent in Laravel feature tests
Replace codeception methods to equivalents in Laravel Feature tests
Replace Codeception Tester passing to other classes with $this
Improve asserts, by changing status code asserts to inbuilt methods
Replace Codeception HttpCode with int