Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 33... Línea 33...
33
 * The tests for the course_content_items_exporter class.
33
 * The tests for the course_content_items_exporter class.
34
 *
34
 *
35
 * @copyright  2020 Jake Dallimore <jrhdallimore@gmail.com>
35
 * @copyright  2020 Jake Dallimore <jrhdallimore@gmail.com>
36
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 */
37
 */
38
class exporters_content_items_test extends \advanced_testcase {
38
final class exporters_content_items_test extends \advanced_testcase {
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * Test confirming the collection of content_items can be exported for a course.
41
     * Test confirming the collection of content_items can be exported for a course.
42
     */
42
     */