Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 36... Línea 36...
36
class content_test extends \advanced_testcase {
36
class content_test extends \advanced_testcase {
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * A test to confirm only valid cases allow exporting of course content.
39
     * A test to confirm only valid cases allow exporting of course content.
40
     */
40
     */
41
    public function test_can_export_context_course() {
41
    public function test_can_export_context_course(): void {
Línea 42... Línea 42...
42
        global $DB;
42
        global $DB;
Línea 43... Línea 43...
43
 
43
 
Línea 99... Línea 99...
99
    }
99
    }
Línea 100... Línea 100...
100
 
100
 
101
    /**
101
    /**
102
     * A test to confirm unsupported contexts will return false when checking whether content can be exported.
102
     * A test to confirm unsupported contexts will return false when checking whether content can be exported.
103
     */
103
     */
104
    public function test_can_export_context_unsupported_context() {
104
    public function test_can_export_context_unsupported_context(): void {
Línea 105... Línea 105...
105
        $this->resetAfterTest();
105
        $this->resetAfterTest();
106
 
106