Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 22... Línea 22...
22
 * @package    tool_moodlenet
22
 * @package    tool_moodlenet
23
 * @category   test
23
 * @category   test
24
 * @copyright  2020 Adrian Greeve <adrian@moodle.com>
24
 * @copyright  2020 Adrian Greeve <adrian@moodle.com>
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 */
26
 */
27
class import_backup_helper_test extends \advanced_testcase {
27
final class import_backup_helper_test extends \advanced_testcase {
Línea 28... Línea 28...
28
 
28
 
29
    /**
29
    /**
30
     * Test that the first available context with the capability to upload backup files is returned.
30
     * Test that the first available context with the capability to upload backup files is returned.
31
     */
31
     */