18 regels
520 B
Markdown

2024-12-29 00:49:07 +01:00
# Installation
```
composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/klicktipp-php-client .
```
# Run tests
```
2025-01-09 10:40:32 +01:00
./vendor/bin/phpunit [--no-coverage] [--coverage-html coverage]
2024-12-29 00:49:07 +01:00
```
2025-01-09 10:48:38 +01:00
# Test interface availability
These are not code tests. This call checks the accessibility and availability of the interface endpoints. The account login details are requested to perform these tests.
```
./vendor/bin/phpunit --no-coverage ~/KlicktippApi/tests/availability/
```