. defined('MOODLE_INTERNAL') || die(); /** * Coverage information for the core_question. * * @copyright 2022 Andrew Nicols * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ return new class extends phpunit_coverage_info { /** @var array The list of files relative to the plugin root to include in coverage generation. */ protected $includelistfiles = [ 'category_class.php', 'category_form.php', 'editlib.php', 'export_form.php', 'format.php', 'import_form.php', 'lib.php', 'move_form.php', 'previewlib.php', 'renderer.php', 'upgrade.php', ]; };