diff options
author | sten <stenmarsh938@gmail.com> | 2016-03-22 12:37:22 +0300 |
---|---|---|
committer | sten <stenmarsh938@gmail.com> | 2016-03-22 12:37:56 +0300 |
commit | ea6f9c81b2149a27a50cb0c217e1bf92f24aa05c (patch) | |
tree | 7440145874812ae9cc06f7f46508a0c9071350c3 | |
parent | 6911d145b114a232f1baf06057f9294a19b0914c (diff) | |
download | scheduler-helper-php-ea6f9c81b2149a27a50cb0c217e1bf92f24aa05c.zip scheduler-helper-php-ea6f9c81b2149a27a50cb0c217e1bf92f24aa05c.tar.gz scheduler-helper-php-ea6f9c81b2149a27a50cb0c217e1bf92f24aa05c.tar.bz2 |
Update readme.md list
-rw-r--r-- | readme.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -121,9 +121,12 @@ To get data of the recurring events, use the method 'getData([$startDateStr], [$ #####Tests In order to run tests: - * 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 + +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 |