summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index bfb4e82..caf5d33 100644
--- a/readme.md
+++ b/readme.md
@@ -120,10 +120,11 @@ To get data of the recurring events, use the method 'getData([$startDateStr], [$
#####Tests
-In order to run tests
-Markup : 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
+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
```