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

Commit 88f9877

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/README_TESTS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Tool:
22
We use `codeception` for testing. You shall have installed `codeception` via `composer` in order to run the tests.
33

4+
`__tests__/UnitTester.php` is used to configure `codeception` and to load `vendor/autoload.php` file. Please do not modify this file!
5+
46

57
## How to write tests:
68
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).

0 commit comments

Comments
 (0)