Skip to content

Commit f125672

Browse files
committed
Remove notice about old API Mock Server
1 parent 2eab84c commit f125672

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ foreach ($hetznerClient->servers()->all() as $server) {
2626

2727
### Testing
2828

29-
We use the [Hetzner Cloud API Mock Server](https://github.com/LKDevelopment/hetzner-cloud-api-mock) for testing against the API. For testing run the commands:
30-
```bash
31-
docker run -d -p 127.0.0.1:4000:8080 lkdevelopment/hetzner-cloud-api-mock
32-
phpunit
33-
```
29+
You can just run `phpunit`. The whole library is based on unit tests and sample responses from the official Hetzner Cloud documentation.
3430

3531
### Changelog
3632

0 commit comments

Comments
 (0)