u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
450 stars 144 forks source link

Add unit testing #209

Closed hubermat closed 5 years ago

hubermat commented 5 years ago

Solves issue #180

This pull requests adds unit testing for mainly the recurrence calculation. Without the second pull request for issue 180 the tests will all fail, as the recurrence calculation currently has some flaws. This will be fixed with the second pull request.

Run composer install to install the dependencies (phpunit).

Then run composer test to run the unit tests.