bdecentgmbh / moodle-mod_videotime

The Video Time product family is a set of plugins to integrate videos into moodle courses.
http://bdecent.de/videotime
Other
10 stars 5 forks source link

Totara generators for PHPUnit tests #69

Open synergylearning-github opened 5 months ago

synergylearning-github commented 5 months ago

Hi Stefan,

The tests/generator/lib.php class needs to be moved and renamed to classes/testing/generator.php to work in T18:

coding_exception : Coding error detected, it must be fixed by a programmer: Component mod_videotime does not support generators. Class mod_videotime\testing\generator is missing.

It also needs to extend \core\testing\mod_generator.

Thanks