woovibr / php-sdk

OpenPix/Woovi PHP SDK
https://developers.openpix.com.br/docs/sdk/php/sdk-php-what-is
MIT License
11 stars 1 forks source link

Decrease tests boilerplate #12

Closed criskell closed 1 year ago

criskell commented 1 year ago

Mocking dependencies has been reduced due to the addition of getters in Request objects, allowing you to make assertions about request data (path, method, query parameters and body) without the need to make assertions about PSR-7 requests generated from objects Request.