-
- Downloads
Remove dependency on Guzzle HTTP client
* src/HAB/Pica/Auth/LOAN3WebAuthentication.php (getClient): Removed. (authenticate): Use sendRequest() to send http request. ($client): Removed. * src/HAB/Pica/Auth/LBSAuthentication.php (getClient): Removed. (authenticate): Use sendRequest() to send http request. ($client): Removed. * src/HAB/Pica/Auth/AbstractHttpAuthentication.php: New class. Abstract base class of http based authentication modules, implements sendRequest().
Showing
- src/HAB/Pica/Auth/AbstractHttpAuthentication.php 70 additions, 0 deletionssrc/HAB/Pica/Auth/AbstractHttpAuthentication.php
- src/HAB/Pica/Auth/LBSAuthentication.php 3 additions, 30 deletionssrc/HAB/Pica/Auth/LBSAuthentication.php
- src/HAB/Pica/Auth/LOAN3WebAuthentication.php 8 additions, 31 deletionssrc/HAB/Pica/Auth/LOAN3WebAuthentication.php
- tests/unit-tests/data/lbs4authentication.error.response 0 additions, 6 deletionstests/unit-tests/data/lbs4authentication.error.response
- tests/unit-tests/data/lbs4authentication.success.response 0 additions, 6 deletionstests/unit-tests/data/lbs4authentication.success.response
- tests/unit-tests/data/loan3authentication.error.response 0 additions, 12 deletionstests/unit-tests/data/loan3authentication.error.response
- tests/unit-tests/data/loan3authentication.success.response 0 additions, 11 deletionstests/unit-tests/data/loan3authentication.success.response
- tests/unit-tests/src/HAB/Pica/Auth/LBSAuthenticationTest.php 11 additions, 19 deletionstests/unit-tests/src/HAB/Pica/Auth/LBSAuthenticationTest.php
- tests/unit-tests/src/HAB/Pica/Auth/LOAN3WebAuthenticationTest.php 10 additions, 18 deletions...it-tests/src/HAB/Pica/Auth/LOAN3WebAuthenticationTest.php
Loading
Please register or sign in to comment