summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsten <stenmarsh938@gmail.com>2016-03-22 12:34:22 +0300
committersten <stenmarsh938@gmail.com>2016-03-22 12:34:22 +0300
commit6911d145b114a232f1baf06057f9294a19b0914c (patch)
treecfb245e2e0085602d5066b04d85d866623c52e32
parent98cb611fe0b01b8ae20a8a68b858ebb647d2a64c (diff)
downloadscheduler-helper-php-6911d145b114a232f1baf06057f9294a19b0914c.zip
scheduler-helper-php-6911d145b114a232f1baf06057f9294a19b0914c.tar.gz
scheduler-helper-php-6911d145b114a232f1baf06057f9294a19b0914c.tar.bz2
Update readme.md list.
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index caf5d33..c9eab1b 100644
--- a/readme.md
+++ b/readme.md
@@ -121,10 +121,10 @@ 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
-
+ * Install PHPUnit following this instruction https://phpunit.de/manual/current/en/installation.html
+ * Configure DB settings in tests/TestConfig.php
+ * Enter repository folder and execute
+
```
phpunit --bootstrap SchedulerHelper.php tests/SchedulerHelperTest
```