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 d9869f4 commit 88f9877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/README_TESTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Tool:
We use `codeception` for testing. You shall have installed `codeception` via `composer` in order to run the tests.

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


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

0 comments on commit 88f9877

Please sign in to comment.