Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402] [Versions 402 and 403]
(no description)
File Size: | 899 lines (40 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
externallib_test:: (27 methods):
test_get_plugins_supporting_mobile()
test_get_public_config()
test_get_config()
test_get_autologin_key()
test_get_autologin_key_missing_ws()
test_get_autologin_key_missing_https()
test_get_autologin_key_missing_admin()
test_get_autologin_key_missing_locked()
test_get_autologin_key_missing_app_request()
test_get_content()
test_get_content_disabled()
test_get_content_non_existent_function()
test_get_content_invalid_component()
test_get_content_non_existent_component()
test_call_external_functions()
test_get_tokens_for_qr_login()
test_get_tokens_for_qr_login_ignore_ip_check()
test_get_tokens_for_qr_login_ip_check_mismatch()
test_get_tokens_for_qr_login_missing_enableqr()
test_get_tokens_for_qr_login_missing_ws()
test_get_tokens_for_qr_login_missing_https()
test_get_tokens_for_qr_login_missing_admin()
test_get_tokens_for_qr_login_missing_app_request()
test_validate_subscription_key_valid()
test_validate_subscription_key_invalid_key_first()
test_validate_subscription_key_invalid_key()
test_validate_subscription_key_outdated()
Class: externallib_test - X-Ref
Moodle Mobile admin tool external functions tests.test_get_plugins_supporting_mobile() X-Ref |
Test get_plugins_supporting_mobile. This is a very basic test because currently there aren't plugins supporting Mobile in core. |
test_get_public_config() X-Ref |
No description |
test_get_config() X-Ref |
Test get_config |
test_get_autologin_key() X-Ref |
No description |
test_get_autologin_key_missing_ws() X-Ref |
Test get_autologin_key missing ws. |
test_get_autologin_key_missing_https() X-Ref |
Test get_autologin_key missing https. |
test_get_autologin_key_missing_admin() X-Ref |
Test get_autologin_key missing admin. |
test_get_autologin_key_missing_locked() X-Ref |
Test get_autologin_key locked. |
test_get_autologin_key_missing_app_request() X-Ref |
Test get_autologin_key missing app_request. |
test_get_content() X-Ref |
Test get_content. |
test_get_content_disabled() X-Ref |
Test get_content disabled. |
test_get_content_non_existent_function() X-Ref |
Test get_content non existent function in valid component. |
test_get_content_invalid_component() X-Ref |
Test get_content incorrect component. |
test_get_content_non_existent_component() X-Ref |
Test get_content non existent component. |
test_call_external_functions() X-Ref |
No description |
test_get_tokens_for_qr_login() X-Ref |
No description |
test_get_tokens_for_qr_login_ignore_ip_check() X-Ref |
No description |
test_get_tokens_for_qr_login_ip_check_mismatch() X-Ref |
No description |
test_get_tokens_for_qr_login_missing_enableqr() X-Ref |
Test get_tokens_for_qr_login missing QR code enabled. |
test_get_tokens_for_qr_login_missing_ws() X-Ref |
Test get_tokens_for_qr_login missing ws. |
test_get_tokens_for_qr_login_missing_https() X-Ref |
Test get_tokens_for_qr_login missing https. |
test_get_tokens_for_qr_login_missing_admin() X-Ref |
Test get_tokens_for_qr_login missing admin. |
test_get_tokens_for_qr_login_missing_app_request() X-Ref |
Test get_tokens_for_qr_login missing app_request. |
test_validate_subscription_key_valid() X-Ref |
Test validate subscription key. |
test_validate_subscription_key_invalid_key_first() X-Ref |
Test validate subscription key invalid first and then a valid one. |
test_validate_subscription_key_invalid_key() X-Ref |
Test validate subscription key invalid. |
test_validate_subscription_key_outdated() X-Ref |
Test validate subscription key invalid. |