Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 35... Línea 35...
35
 * Privacy provider test for enrol_paypal.
35
 * Privacy provider test for enrol_paypal.
36
 *
36
 *
37
 * @copyright  2018 Shamim Rezaie <shamim@moodle.com>
37
 * @copyright  2018 Shamim Rezaie <shamim@moodle.com>
38
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 */
39
 */
40
class provider_test extends \core_privacy\tests\provider_testcase {
40
final class provider_test extends \core_privacy\tests\provider_testcase {
Línea 41... Línea 41...
41
 
41
 
42
    /** @var stdClass A user whose email address matches the business field in some of the PayPal transactions. */
42
    /** @var stdClass A user whose email address matches the business field in some of the PayPal transactions. */
Línea 43... Línea 43...
43
    protected $businessuser1;
43
    protected $businessuser1;
Línea 81... Línea 81...
81
    /** @var stdClass A test course with 2 enrolments for student2 and student12. */
81
    /** @var stdClass A test course with 2 enrolments for student2 and student12. */
82
    protected $course3;
82
    protected $course3;
Línea 83... Línea 83...
83
 
83
 
84
    protected function setUp(): void {
84
    protected function setUp(): void {
-
 
85
        global $DB;
Línea 85... Línea 86...
85
        global $DB;
86
        parent::setUp();
Línea 86... Línea 87...
86
 
87