linkmobility-php-client/Tests/README.md

12 regels
239 B
Markdown

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
```
./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov]
2022-07-09 22:16:46 +02:00
```