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
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: __tests__/README_TESTS.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
## Tool:
2
-
We use `codeception` for testing. You shall have installed `codeception` via `composer` in order to run the tests.
2
+
We use `codeception` for testing. You should have installed `codeception` via `composer` in order to run the tests.
3
3
4
4
`__tests__/UnitTester.php` is used to configure `codeception` and to load `vendor/autoload.php` file. Please do not modify this file!
5
5
6
6
7
7
## How to write tests:
8
-
All tests shall be in `__tests__/Unit/` folder. And shall be named as `*Test.php`. All test functions shall be named as `test*` (see example).
8
+
All tests should be in `__tests__/Unit/` folder. And should be named as `*Test.php`. All test functions should be named as `test*` (see example).
9
9
10
10
Import sdk:
11
11
@@ -53,7 +53,7 @@ Test example:
53
53
54
54
55
55
## Environment variables:
56
-
`.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.
56
+
`.env` file should be in the root of the project and should contain `X_APP_ID`, `X_APP_TOKEN` and `VOUCHERIFY_HOST` variables. Check `.env.example` for reference.
0 commit comments