2022-07-09 22:16:46 +02:00
|
|
|
# Installation
|
|
|
|
|
|
|
|
```
|
2022-07-13 10:50:45 +02:00
|
|
|
composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/linkmobility-php-client .
|
2022-07-09 22:16:46 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
# Run tests
|
|
|
|
|
|
|
|
```
|
2023-01-17 15:37:53 +01:00
|
|
|
./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov]
|
2022-07-09 22:16:46 +02:00
|
|
|
```
|