Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 33... Línea 33...
33
 *
33
 *
34
 * @package    enrol_lti
34
 * @package    enrol_lti
35
 * @copyright  2018 Mark Nelson <markn@moodle.com>
35
 * @copyright  2018 Mark Nelson <markn@moodle.com>
36
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 */
37
 */
38
class provider_test extends \core_privacy\tests\provider_testcase {
38
final class provider_test extends \core_privacy\tests\provider_testcase {
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * @var stdClass The user
41
     * @var stdClass The user
42
     */
42
     */
Línea 59... Línea 59...
59
 
59
 
60
    /**
60
    /**
61
     * Basic setup for these tests.
61
     * Basic setup for these tests.
62
     */
62
     */
-
 
63
    public function setUp(): void {
63
    public function setUp(): void {
64
        parent::setUp();
Línea 64... Línea 65...
64
        $this->resetAfterTest();
65
        $this->resetAfterTest();
65
 
66
 
66
        $this->course = $this->getDataGenerator()->create_course();
67
        $this->course = $this->getDataGenerator()->create_course();