diff options
author | sten <stenmarsh938@gmail.com> | 2016-03-22 12:33:48 +0300 |
---|---|---|
committer | sten <stenmarsh938@gmail.com> | 2016-03-22 12:33:48 +0300 |
commit | 98cb611fe0b01b8ae20a8a68b858ebb647d2a64c (patch) | |
tree | 72de36b95ad9cb466326ba083f3f7872d93abd75 | |
parent | a289b1b5b0a87bfbd3359fa2ba13b7f350010886 (diff) | |
download | scheduler-helper-php-98cb611fe0b01b8ae20a8a68b858ebb647d2a64c.zip scheduler-helper-php-98cb611fe0b01b8ae20a8a68b858ebb647d2a64c.tar.gz scheduler-helper-php-98cb611fe0b01b8ae20a8a68b858ebb647d2a64c.tar.bz2 |
Update readme.md list.
-rw-r--r-- | readme.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 ``` |