Línea 24... |
Línea 24... |
24 |
* @package core_grading
|
24 |
* @package core_grading
|
25 |
* @category test
|
25 |
* @category test
|
26 |
* @copyright 2018 Jake Dallimore <jrhdallimore@gmail.com>
|
26 |
* @copyright 2018 Jake Dallimore <jrhdallimore@gmail.com>
|
27 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
27 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
28 |
*/
|
28 |
*/
|
29 |
class legacy_polyfill_test extends \advanced_testcase {
|
29 |
final class legacy_polyfill_test extends \advanced_testcase {
|
30 |
/**
|
30 |
/**
|
31 |
* Test that the core_grading\privacy\legacy_polyfill works and that the static _export_gradingform_instance_data can be called.
|
31 |
* Test that the core_grading\privacy\legacy_polyfill works and that the static _export_gradingform_instance_data can be called.
|
32 |
*/
|
32 |
*/
|
33 |
public function test_export_gradingform_instance_data(): void {
|
33 |
public function test_export_gradingform_instance_data(): void {
|
34 |
$context = \context_system::instance();
|
34 |
$context = \context_system::instance();
|