Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 38... Línea 38...
38
 * Privacy tests for core_grading.
38
 * Privacy tests for core_grading.
39
 *
39
 *
40
 * @copyright  2018 Sara Arjona <sara@moodle.com>
40
 * @copyright  2018 Sara Arjona <sara@moodle.com>
41
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
41
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
42
 */
42
 */
43
class provider_test extends provider_testcase {
43
final class provider_test extends provider_testcase {
Línea 44... Línea 44...
44
 
44
 
45
    /** @var stdClass User without data. */
45
    /** @var stdClass User without data. */
Línea 46... Línea 46...
46
    protected $user0;
46
    protected $user0;