Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 36... Línea 36...
36
 * Unit tests for files\classes\privacy\provider.php
36
 * Unit tests for files\classes\privacy\provider.php
37
 *
37
 *
38
 * @copyright  2018 Mihail Geshoski <mihail@moodle.com>
38
 * @copyright  2018 Mihail Geshoski <mihail@moodle.com>
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
 */
40
 */
41
class provider_test extends provider_testcase {
41
final class provider_test extends provider_testcase {
Línea 42... Línea 42...
42
 
42
 
43
    /**
43
    /**
44
     * Test getting the context for the user ID related to this plugin.
44
     * Test getting the context for the user ID related to this plugin.
45
     */
45
     */