Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 33... Línea 33...
33
class api_test extends \externallib_advanced_testcase {
33
class api_test extends \externallib_advanced_testcase {
Línea 34... Línea 34...
34
 
34
 
35
    /**
35
    /**
36
     * Test get_autologin_key.
36
     * Test get_autologin_key.
37
     */
37
     */
38
    public function test_get_autologin_key() {
38
    public function test_get_autologin_key(): void {
Línea 39... Línea 39...
39
        global $USER, $DB;
39
        global $USER, $DB;
40
 
40
 
Línea 55... Línea 55...
55
    }
55
    }
Línea 56... Línea 56...
56
 
56
 
57
    /**
57
    /**
58
     * Test get_potential_config_issues.
58
     * Test get_potential_config_issues.
59
     */
59
     */
60
    public function test_get_potential_config_issues() {
60
    public function test_get_potential_config_issues(): void {
Línea 61... Línea 61...
61
        global $CFG;
61
        global $CFG;
62
 
62
 
Línea 82... Línea 82...
82
    }
82
    }
Línea 83... Línea 83...
83
 
83
 
84
    /**
84
    /**
85
     * Test pre_processor_message_send callback.
85
     * Test pre_processor_message_send callback.
86
     */
86
     */
87
    public function test_pre_processor_message_send_callback() {
87
    public function test_pre_processor_message_send_callback(): void {
Línea 88... Línea 88...
88
        global $DB, $CFG;
88
        global $DB, $CFG;
89
 
89