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
 * Privacy tests for core_userkey.
34
 * Privacy tests for core_userkey.
35
 *
35
 *
36
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
36
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
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 provider_testcase {
39
final class provider_test extends provider_testcase {
40
    /**
40
    /**
41
     * Export for a user with no keys in the specified instance will not have any data exported.
41
     * Export for a user with no keys in the specified instance will not have any data exported.
42
     */
42
     */
43
    public function test_export_userkeys_no_keys(): void {
43
    public function test_export_userkeys_no_keys(): void {
44
        $this->resetAfterTest();
44
        $this->resetAfterTest();