Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 39... Línea 39...
39
 *
39
 *
40
 * @package    mod_glossary
40
 * @package    mod_glossary
41
 * @copyright 2018 Simey Lameze <simey@moodle.com>
41
 * @copyright 2018 Simey Lameze <simey@moodle.com>
42
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
42
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
43
 */
43
 */
44
class provider_test extends \core_privacy\tests\provider_testcase {
44
final class provider_test extends \core_privacy\tests\provider_testcase {
45
    /** @var stdClass The student object. */
45
    /** @var stdClass The student object. */
46
    protected $student;
46
    protected $student;
Línea 47... Línea 47...
47
 
47
 
48
    /** @var stdClass The teacher object. */
48
    /** @var stdClass The teacher object. */
Línea 59... Línea 59...
59
 
59
 
60
    /**
60
    /**
61
     * {@inheritdoc}
61
     * {@inheritdoc}
62
     */
62
     */
-
 
63
    protected function setUp(): void {
63
    protected function setUp(): void {
64
        parent::setUp();
Línea 64... Línea 65...
64
        $this->resetAfterTest();
65
        $this->resetAfterTest();
65
 
66
 
66
        global $DB;
67
        global $DB;