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_choice
35
 * @package    mod_choice
36
 * @copyright  2018 Jun Pataleta
36
 * @copyright  2018 Jun Pataleta
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;
Línea 42... Línea 42...
42
 
42
 
43
    /** @var stdClass The choice object. */
43
    /** @var stdClass The choice object. */
Línea 48... Línea 48...
48
 
48
 
49
    /**
49
    /**
50
     * {@inheritdoc}
50
     * {@inheritdoc}
51
     */
51
     */
-
 
52
    protected function setUp(): void {
52
    protected function setUp(): void {
53
        parent::setUp();
Línea 53... Línea 54...
53
        $this->resetAfterTest();
54
        $this->resetAfterTest();
54
 
55
 
55
        global $DB;
56
        global $DB;