You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,7 @@ foreach ($hetznerClient->servers()->all() as $server) {
26
26
27
27
### Testing
28
28
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.
0 commit comments