Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 26... Línea 26...
26
 *
26
 *
27
 * @package    tool_dataprivacy
27
 * @package    tool_dataprivacy
28
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
28
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 */
30
 */
31
class manager_observer_test extends data_privacy_testcase {
31
final class manager_observer_test extends data_privacy_testcase {
32
    /**
32
    /**
33
     * Ensure that when users are configured as DPO, they are sent an message upon failure.
33
     * Ensure that when users are configured as DPO, they are sent an message upon failure.
34
     */
34
     */
35
    public function test_handle_component_failure(): void {
35
    public function test_handle_component_failure(): void {
36
        $this->resetAfterTest();
36
        $this->resetAfterTest();