I added some other fixes in the block for Moodle_401 in lib.php, this includes the changes in pull request #50
the function mod_game_get_course_content_items only took care of six games out of eight
the wrong variable $type together with the missing $config = get_config('game'); (that was left in the main method instead of moving to the helping method) in function mod_game_get_course_content_items_type was causing the admin configurations for the plugin to be ignored and causing core phpunit and behat failures.
I added some other fixes in the block for Moodle_401 in lib.php, this includes the changes in pull request #50
mod_game_get_course_content_items
only took care of six games out of eight$type
together with the missing$config = get_config('game');
(that was left in the main method instead of moving to the helping method) in functionmod_game_get_course_content_items_type
was causing the admin configurations for the plugin to be ignored and causing core phpunit and behat failures.