Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 24... Línea 24...
24
 * @package     core_plagiarism
24
 * @package     core_plagiarism
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_plagiarism\privacy\legacy_polyfill works and that the static _export_plagiarism_user_data can be called.
31
     * Test that the core_plagiarism\privacy\legacy_polyfill works and that the static _export_plagiarism_user_data can be called.
32
     */
32
     */
33
    public function test_export_plagiarism_user_data(): void {
33
    public function test_export_plagiarism_user_data(): void {
34
        $userid = 476;
34
        $userid = 476;