From 687228dac564eb64e18d63d8b9a79789711963e2 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 9 Jan 2025 11:16:52 +0100 Subject: [PATCH] fix path --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 0b9f4ee..22e1f58 100644 --- a/tests/README.md +++ b/tests/README.md @@ -14,5 +14,5 @@ composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "u 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/ +./vendor/bin/phpunit --no-coverage [your-folder]/tests/availability/ ``` \ No newline at end of file