Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 48... Línea 48...
48
class external_test extends externallib_advanced_testcase {
48
class external_test extends externallib_advanced_testcase {
Línea 49... Línea 49...
49
 
49
 
50
    /**
50
    /**
51
     * test_potential_contexts description
51
     * test_potential_contexts description
52
     */
52
     */
53
    public function test_potential_contexts() {
53
    public function test_potential_contexts(): void {
Línea 54... Línea 54...
54
        $this->resetAfterTest();
54
        $this->resetAfterTest();
Línea 55... Línea 55...
55
 
55
 
Línea 69... Línea 69...
69
    }
69
    }
Línea 70... Línea 70...
70
 
70
 
71
    /**
71
    /**
72
     * test_potential_contexts description
72
     * test_potential_contexts description
73
     */
73
     */
74
    public function test_potential_contexts_no_manager() {
74
    public function test_potential_contexts_no_manager(): void {
Línea 75... Línea 75...
75
        $this->resetAfterTest();
75
        $this->resetAfterTest();
76
 
76