summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 37f089b..41f9352 100644
--- a/readme.md
+++ b/readme.md
@@ -118,6 +118,15 @@ To get data of the recurring events, use the method 'getData([$startDateStr], [$
//);
```
+#####Tests
+
+In order to run tests
+1) Install PHPUnit following this instruction https://phpunit.de/manual/current/en/installation.html
+2) Configure DB settings in tests/TestConfig.php
+3) Enter repository folder and execute
+```
+ phpunit --bootstrap SchedulerHelper.php tests/SchedulerHelperTest
+```
### License