Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 29... Línea 29...
29
 * @package    tool_moodlenet
29
 * @package    tool_moodlenet
30
 * @category   test
30
 * @category   test
31
 * @copyright  2020 Jake Dallimore <jrhdallimore@gmail.com>
31
 * @copyright  2020 Jake Dallimore <jrhdallimore@gmail.com>
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 */
33
 */
34
class import_processor_test extends \advanced_testcase {
34
final class import_processor_test extends \advanced_testcase {
Línea 35... Línea 35...
35
 
35
 
36
    /**
36
    /**
37
     * An integration test, this confirms the ability to construct an import processor and run the import for the current user.
37
     * An integration test, this confirms the ability to construct an import processor and run the import for the current user.
38
     */
38
     */