Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 32... Línea 32...
32
 * Unit tests for the privacy API implementation.
32
 * Unit tests for the privacy API implementation.
33
 *
33
 *
34
 * @copyright 2018 David Mudrák <david@moodle.com>
34
 * @copyright 2018 David Mudrák <david@moodle.com>
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 */
36
 */
37
class provider_test extends \core_privacy\tests\provider_testcase {
37
final class provider_test extends \core_privacy\tests\provider_testcase {
Línea 38... Línea 38...
38
 
38
 
39
    /**
39
    /**
40
     * When no preference exists, there should be no export.
40
     * When no preference exists, there should be no export.
41
     */
41
     */