Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 40... Línea 40...
40
 * @category   test
40
 * @category   test
41
 * @copyright  2020 Ferran Recio <ferran@moodle.com>
41
 * @copyright  2020 Ferran Recio <ferran@moodle.com>
42
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
42
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
43
 * @covers     \mod_h5pactivity\privacy\provider
43
 * @covers     \mod_h5pactivity\privacy\provider
44
 */
44
 */
45
class provider_test extends provider_testcase {
45
final class provider_test extends provider_testcase {
Línea 46... Línea 46...
46
 
46
 
47
    /** @var stdClass User without any attempt. */
47
    /** @var stdClass User without any attempt. */
Línea 48... Línea 48...
48
    protected $student0;
48
    protected $student0;