Línea 27... |
Línea 27... |
27 |
* Unit tests for the privacy legacy polyfill for quiz access rules.
|
27 |
* Unit tests for the privacy legacy polyfill for quiz access rules.
|
28 |
*
|
28 |
*
|
29 |
* @copyright 2018 Andrew Nicols <andrew@nicols.co.uk>
|
29 |
* @copyright 2018 Andrew Nicols <andrew@nicols.co.uk>
|
30 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
30 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
31 |
*/
|
31 |
*/
|
32 |
class privacy_legacy_quizaccess_polyfill_test extends \advanced_testcase {
|
32 |
final class privacy_legacy_quizaccess_polyfill_test extends \advanced_testcase {
|
33 |
/**
|
33 |
/**
|
34 |
* Test that the core_quizaccess\privacy\legacy_polyfill works and that the static _export_quizaccess_user_data can
|
34 |
* Test that the core_quizaccess\privacy\legacy_polyfill works and that the static _export_quizaccess_user_data can
|
35 |
* be called.
|
35 |
* be called.
|
36 |
*/
|
36 |
*/
|
37 |
public function test_export_quizaccess_user_data(): void {
|
37 |
public function test_export_quizaccess_user_data(): void {
|