gocodebox / lifterlms-rest

LifterLMS REST API Feature Plugin
6 stars 7 forks source link

Replace calls to deprecated `LLMS_Lesson::get_parent_course()` #260

Closed pondermatic closed 2 years ago

pondermatic commented 2 years ago

Description

Replaced the call to the deprecated LLMS_Lesson::get_parent_course() method with LLMS_Lesson::get( 'parent_course' ).

How has this been tested?

Unable to run at this time.

After running composer update, removing tmp and running tests-install, I get Error: Looks like you're using PHPUnit 9.5.11. WordPress requires at least PHPUnit 5.7.21 and is currently only compatible with PHPUnit up to 7.x..

Types of changes

Compatibility fix (non-breaking change which fixes an issue)

Checklist: