humhub / calendar

Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.
28 stars 46 forks source link

Fix tests for core v1.16+ #445

Closed yurabakhtin closed 8 months ago

yurabakhtin commented 8 months ago

Issue: https://github.com/humhub/calendar/actions/runs/7583134176/job/20654131536#step:25:253

Here https://github.com/humhub/humhub/pull/6745/files#diff-ba7b8761764d032b4ad21f00cd5a99380bfd7da056e9c5c90702738a6983f5d9R29 the method friendship\Module::getIsEnabled() was replaced with new friendship\Module::isFriendshipEnabled().

I have decided to use ->settings->get('enable') instead of new ->isFriendshipEnabled() because of error on versions older 16.

Same issues should be fixed in the modules cfiles and tasks.