Releases: nekofar/pest-plugin-mock-client
Releases · nekofar/pest-plugin-mock-client
v1.0.0-alpha.3
Documentation
- Add some description for
mockClient
- Add license docblock to the top of files
Features
- Keep single instance for
MockClient
usingmockClient
function - Add new
assertRequestCount
for assertMockClient
request count
Miscellaneous Tasks
- Replace
php-cs-fixer
byphpcs
Refactor
- Rename
client
function tomockClient
- Rename
Client
trait toClientTrait
- Add missing strict type declarations
- Replace mixed type usages by proper types
Styling
- Solve whitespace issues all over codes
Testing
- Add a test to check it can send multiple requests
v1.0.0-alpha.2
Documentation
- Replace markdawn license file with a text file
- Update readme file with base information