Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 34... Línea 34...
34
require_once($CFG->dirroot . '/question/engine/questionattempt.php');
34
require_once($CFG->dirroot . '/question/engine/questionattempt.php');
Línea 35... Línea 35...
35
 
35
 
36
/**
36
/**
37
 * Privacy provider tests class.
37
 * Privacy provider tests class.
38
 */
38
 */
39
class provider_test extends \core_privacy\tests\provider_testcase {
39
final class provider_test extends \core_privacy\tests\provider_testcase {
40
    /**
40
    /**
41
     * When no preference exists, there should be no export.
41
     * When no preference exists, there should be no export.
42
     */
42
     */
43
    public function test_preference_unset(): void {
43
    public function test_preference_unset(): void {