Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 43... Línea 43...
43
    /**
43
    /**
44
     * Ensure that a delete data request for pre-existing deleted users
44
     * Ensure that a delete data request for pre-existing deleted users
45
     * is created when there are not any existing data requests
45
     * is created when there are not any existing data requests
46
     * for that particular user.
46
     * for that particular user.
47
     */
47
     */
48
    public function test_delete_existing_deleted_users_task_no_previous_requests() {
48
    public function test_delete_existing_deleted_users_task_no_previous_requests(): void {
49
        global $DB;
49
        global $DB;
Línea 50... Línea 50...
50
 
50
 
51
        $this->resetAfterTest();
51
        $this->resetAfterTest();
Línea 72... Línea 72...
72
 
72
 
73
    /**
73
    /**
74
     * Ensure that a delete data request for pre-existing deleted users
74
     * Ensure that a delete data request for pre-existing deleted users
75
     * is not being created when automatic creation of delete data requests is disabled.
75
     * is not being created when automatic creation of delete data requests is disabled.
76
     */
76
     */
77
    public function test_delete_existing_deleted_users_task_automatic_creation_disabled() {
77
    public function test_delete_existing_deleted_users_task_automatic_creation_disabled(): void {
Línea 78... Línea 78...
78
        global $DB;
78
        global $DB;
79
 
79
 
Línea 102... Línea 102...
102
    /**
102
    /**
103
     * Ensure that a delete data request for pre-existing deleted users
103
     * Ensure that a delete data request for pre-existing deleted users
104
     * is created when there are existing non-delete data requests
104
     * is created when there are existing non-delete data requests
105
     * for that particular user.
105
     * for that particular user.
106
     */
106
     */
107
    public function test_delete_existing_deleted_users_task_existing_export_data_requests() {
107
    public function test_delete_existing_deleted_users_task_existing_export_data_requests(): void {
108
        global $DB;
108
        global $DB;
Línea 109... Línea 109...
109
 
109
 
110
        $this->resetAfterTest();
110
        $this->resetAfterTest();
Línea 137... Línea 137...
137
    /**
137
    /**
138
     * Ensure that a delete data request for pre-existing deleted users
138
     * Ensure that a delete data request for pre-existing deleted users
139
     * is not created when there are existing ongoing delete data requests
139
     * is not created when there are existing ongoing delete data requests
140
     * for that particular user.
140
     * for that particular user.
141
     */
141
     */
142
    public function test_delete_existing_deleted_users_task_existing_ongoing_delete_data_requests() {
142
    public function test_delete_existing_deleted_users_task_existing_ongoing_delete_data_requests(): void {
143
        global $DB;
143
        global $DB;
Línea 144... Línea 144...
144
 
144
 
145
        $this->resetAfterTest();
145
        $this->resetAfterTest();
Línea 177... Línea 177...
177
    /**
177
    /**
178
     * Ensure that a delete data request for pre-existing deleted users
178
     * Ensure that a delete data request for pre-existing deleted users
179
     * is not created when there are existing finished delete data requests
179
     * is not created when there are existing finished delete data requests
180
     * for that particular user.
180
     * for that particular user.
181
     */
181
     */
182
    public function test_delete_existing_deleted_users_task_existing_finished_delete_data_requests() {
182
    public function test_delete_existing_deleted_users_task_existing_finished_delete_data_requests(): void {
183
        global $DB;
183
        global $DB;
Línea 184... Línea 184...
184
 
184
 
185
        $this->resetAfterTest();
185
        $this->resetAfterTest();