Client (Qmp\Laravel\Tests\MicroService\Client\Client)
- ✓ Get no url
- ❌ Get all
- ❌ Get one
- ❌ Post
- ❌ Put
- ❌ Delete
- ❌ System call all
- ❌ System call one
Http (Qmp\Laravel\Tests\MicroService\Client\Http)
Request (Qmp\Laravel\Tests\MicroService\Client\Request)
- ✓ No existing field
- ✓ No parameter on set
- ✓ Bad prefix
- ✓ Set query parameters
- ✓ Outpu type
Response (Qmp\Laravel\Tests\MicroService\Client\Response)
- ❌ Get exception on result
- ❌ Magic calling
- ✓ Bad call magic method
Abstract Micro Service Controller (Qmp\Laravel\Tests\MicroService\Controllers\AbstractMicroServiceController)