Differences Between: [Versions 402 and 403]
(no description)
File Size: | 412 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
http_client_test:: (13 methods):
read_object_attribute()
test_http_client_can_send_synchronously()
test_http_client_has_options()
test_http_client_can_modify_the_header_for_each_request()
test_can_unset_request_option_with_null()
test_basic_cookie_jar()
test_shared_cookie_jar()
test_guzzle_basics_with_security_helper()
test_http_client_proxy_bypass()
test_moodle_allow_redirects_can_be_true()
test_redirects_with_absolute_uri()
test_redirects_with_relative_uri()
test_http_client_cache_item()
Class: http_client_test - X-Ref
Unit tests for guzzle integration in core.read_object_attribute(object $object, string $attributename) X-Ref |
Read the object attributes and return the configs for test. param: object $object param: string $attributename return: mixed |
test_http_client_can_send_synchronously() X-Ref |
Test http client can send request synchronously. |
test_http_client_has_options() X-Ref |
Test http client can have options as a part of the request. |
test_http_client_can_modify_the_header_for_each_request() X-Ref |
Test guzzle can have headers changed in the request. |
test_can_unset_request_option_with_null() X-Ref |
Test guzzle can unset options. |
test_basic_cookie_jar() X-Ref |
Test the basic cookiejar functionality. |
test_shared_cookie_jar() X-Ref |
Test the basic shared cookiejar. |
test_guzzle_basics_with_security_helper() X-Ref |
Test guzzle security helper. |
test_http_client_proxy_bypass() X-Ref |
Test guzzle proxy bypass with moodle. |
test_moodle_allow_redirects_can_be_true() X-Ref |
Test moodle redirect can be set with guzzle. |
test_redirects_with_absolute_uri() X-Ref |
Test redirect with absolute url. |
test_redirects_with_relative_uri() X-Ref |
Test redirect with relatetive url. |
test_http_client_cache_item() X-Ref |
Test guzzle cache middleware. |