linkmobility-php-client/Tests
Daniel Seifert fed8040fcb
improve code
2022-07-21 14:07:10 +02: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 improve code 2022-07-21 14:07:10 +02:00
ALoggerHandlerTest.php set covers annotation for each test, complete tests 2022-07-16 23:49:47 +02:00
ApiTestCase.php adjust copyright notes 2022-07-13 10:50:45 +02:00
ClientTest.php adjust to current dependency packages and PHP >= 7.3 2022-07-20 11:33:56 +02:00
README.md adjust copyright notes 2022-07-13 10:50:45 +02: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]