azuyalabs / yasumi

The easy PHP Library for calculating holidays
https://www.yasumi.dev
Other
1.05k stars 155 forks source link

Fallback Calculation easter_days (when calendar extension is not loaded) #55

Closed stelgenhof closed 7 years ago

stelgenhof commented 7 years ago

Created fallback calculation of the easter_days function in case the PHP extension 'calendar' is not loaded. Adjusted unit tests accordingly (included helper function for easter_days as well).