. /** * Coverage information for the gradingform_guide plugin. * * @package gradingform_guide * @category test * @copyright 2019 Andrew Nicols * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * Coverage information for the gradingform_guide plugin. * * @package gradingform_guide * @copyright 2019 Andrew Nicols * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ return new class extends phpunit_coverage_info { // Array The list of folders relative to the plugin root to whitelist in coverage generation. protected $whitelistfolders = [ 'classes', 'tests/generator', ]; };