Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 35... Línea 35...
35
 * @package    core_backup
35
 * @package    core_backup
36
 * @copyright  2020 onward The Moodle Users Association <https://moodleassociation.org/>
36
 * @copyright  2020 onward The Moodle Users Association <https://moodleassociation.org/>
37
 * @author     Matt Porritt <mattp@catalyst-au.net>
37
 * @author     Matt Porritt <mattp@catalyst-au.net>
38
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 */
39
 */
40
class externallib_test extends externallib_advanced_testcase {
40
final class externallib_test extends externallib_advanced_testcase {
Línea 41... Línea 41...
41
 
41
 
42
    /**
42
    /**
43
     * Set up tasks for all tests.
43
     * Set up tasks for all tests.
44
     */
44
     */
45
    protected function setUp(): void {
45
    protected function setUp(): void {
-
 
46
        global $CFG;
Línea 46... Línea 47...
46
        global $CFG;
47
        parent::setUp();
Línea 47... Línea 48...
47
 
48
 
48
        $this->resetAfterTest(true);
49
        $this->resetAfterTest(true);