Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 39... Línea 39...
39
 *
39
 *
40
 * @package enrol_lti
40
 * @package enrol_lti
41
 * @copyright 2016 Jun Pataleta <jun@moodle.com>
41
 * @copyright 2016 Jun Pataleta <jun@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
 */
43
 */
44
class lib_test extends \lti_advantage_testcase {
44
final class lib_test extends \lti_advantage_testcase {
Línea 45... Línea 45...
45
 
45
 
46
    /**
46
    /**
47
     * Test set up.
47
     * Test set up.
48
     *
48
     *
49
     * This is executed before running any tests in this file.
49
     * This is executed before running any tests in this file.
50
     */
50
     */
-
 
51
    public function setUp(): void {
51
    public function setUp(): void {
52
        parent::setUp();
52
        $this->resetAfterTest();
53
        $this->resetAfterTest();
53
        $this->setAdminUser();
54
        $this->setAdminUser();
Línea 54... Línea 55...
54
    }
55
    }