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
 *
32
 *
33
 * @package enrol_lti
33
 * @package enrol_lti
34
 * @copyright 2016 Jun Pataleta <jun@moodle.com>
34
 * @copyright 2016 Jun Pataleta <jun@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 data_connector_test extends \advanced_testcase {
37
final class data_connector_test extends \advanced_testcase {
Línea 38... Línea 38...
38
 
38
 
39
    /**
39
    /**
40
     * Test set up.
40
     * Test set up.
41
     *
41
     *
42
     * This is executed before running any test in this file.
42
     * This is executed before running any test in this file.
43
     */
43
     */
-
 
44
    public function setUp(): void {
44
    public function setUp(): void {
45
        parent::setUp();
Línea 45... Línea 46...
45
        $this->resetAfterTest();
46
        $this->resetAfterTest();
46
 
47
 
47
        // Set this user as the admin.
48
        // Set this user as the admin.