See Release Notes
Long Term Support Release
Behat data generator for mod_lesson.
Copyright: | 2023 Dani Palou <dani@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 65 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
behat_mod_lesson_generator:: (2 methods):
get_creatable_entities()
get_lesson_id()
Class: behat_mod_lesson_generator - X-Ref
Behat data generator for mod_lesson.get_creatable_entities() X-Ref |
Get a list of the entities that can be created. return: array entity name => information about how to generate. |
get_lesson_id(string $idnumberorname) X-Ref |
Look up the id of a lesson from its name. param: string $idnumberorname the lesson idnumber or name, for example 'Test lesson'. return: int corresponding id. |