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

Commit

Permalink
Update README_TESTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-zielinski committed Jan 24, 2024
1 parent 88f9877 commit 279f49d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __tests__/README_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ Test example:

## Environment variables:
`.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.

## Run tests:
```bash
php vendor/bin/codecept run Unit
```

0 comments on commit 279f49d

Please sign in to comment.