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
 *
34
 *
35
 * @package    mod_data
35
 * @package    mod_data
36
 * @copyright  2018 Marina Glancy
36
 * @copyright  2018 Marina Glancy
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class provider_test extends \core_privacy\tests\provider_testcase {
39
final class provider_test extends \core_privacy\tests\provider_testcase {
40
    /** @var stdClass The student object. */
40
    /** @var stdClass The student object. */
41
    protected $student;
41
    protected $student;
42
    /** @var stdClass The student object. */
42
    /** @var stdClass The student object. */
43
    protected $student2;
43
    protected $student2;
44
    /** @var stdClass The student object. */
44
    /** @var stdClass The student object. */
Línea 52... Línea 52...
52
 
52
 
53
    /**
53
    /**
54
     * {@inheritdoc}
54
     * {@inheritdoc}
55
     */
55
     */
-
 
56
    protected function setUp(): void {
56
    protected function setUp(): void {
57
        parent::setUp();
Línea 57... Línea 58...
57
        $this->resetAfterTest();
58
        $this->resetAfterTest();
58
 
59
 
59
        global $DB;
60
        global $DB;