8
0
Dieser Commit ist enthalten in:
Daniel Seifert 2025-01-09 11:16:52 +01:00
Ursprung 75669b9d50
Commit 687228dac5

Datei anzeigen

@ -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. 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/
``` ```