linkmobility-php-client/Tests
Daniel Seifert 1e2582a76b
add middleware to retry request in some error cases
2023-01-19 09:35:02 +01:00
..
RecipientsList adjust to current dependency packages and PHP >= 7.3 2022-07-20 11:33:56 +02:00
Request improve code 2022-07-21 14:07:10 +02:00
Response fix phpstan level 2 and below issues 2022-07-21 00:33:39 +02:00
SMS adjust to current dependency packages and PHP >= 7.3 2022-07-20 11:33:56 +02:00
Url set covers annotation for each test, complete tests 2022-07-16 23:49:47 +02:00
ValueObject make deprecated client argument optional in recipients list 2023-01-17 15:36:50 +01:00
ALoggerHandlerTest.php set covers annotation for each test, complete tests 2022-07-16 23:49:47 +02:00
ApiTestCase.php make deprecated client argument optional in recipients list 2023-01-17 15:36:50 +01:00
ClientTest.php add middleware to retry request in some error cases 2023-01-19 09:35:02 +01:00
README.md add debug logger to default Guzzle client 2023-01-17 20:37:33 +01:00

README.md

Installation

composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/linkmobility-php-client .

Run tests

./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov]