guzzleFactory/tests/README.md
2024-12-25 16:21:53 +01:00

12 Zeilen
230 B
Markdown

# Installation
```
composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/guzzle-factory .
```
# Run tests
```
./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov]
```