Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 279f49d

Browse files
committed
Update README_TESTS.md
1 parent 88f9877 commit 279f49d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

__tests__/README_TESTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ Test example:
5454

5555
## Environment variables:
5656
`.env` file shall be in the root of the project and shall contain `X_APP_ID`, `X_APP_TOKEN` and `VOUCHERIFY_HOST` variables. Check `.env.example` for reference.
57+
58+
## Run tests:
59+
```bash
60+
php vendor/bin/codecept run Unit
61+
```

0 commit comments

Comments
 (0)