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: | 784 lines (34 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
outputcomponents_test:: (16 methods):
test_fields_aliasing()
test_fields_unaliasing()
test_fields_unaliasing_null()
test_get_url()
test_empty_menu()
test_basic_syntax()
test_custommenu_mulitlang()
custommenu_out()
test_prepare()
test_pix_icon()
test_single_select()
test_single_button()
test_single_button_deprecated()
test_url_select()
block_contents_is_fake_provider()
test_block_contents_is_fake()
Class: outputcomponents_test - X-Ref
Unit tests for lib/outputcomponents.php.test_fields_aliasing() X-Ref |
Tests user_picture::fields. |
test_fields_unaliasing() X-Ref |
Tests user_picture::unalias. |
test_fields_unaliasing_null() X-Ref |
Tests user_picture::unalias with null values. |
test_get_url() X-Ref |
No description |
test_empty_menu() X-Ref |
No description |
test_basic_syntax() X-Ref |
No description |
test_custommenu_mulitlang() X-Ref |
No description |
custommenu_out(custom_menu_item $item, $depth = 0) X-Ref |
Support function that takes a custom_menu_item and converts it to a string. param: custom_menu_item $item param: int $depth return: string |
test_prepare() X-Ref |
No description |
test_pix_icon() X-Ref |
No description |
test_single_select() X-Ref |
Test for checking the template context data for the single_select element. |
test_single_button() X-Ref |
Test for checking the template context data for the single_select element. |
test_single_button_deprecated() X-Ref |
Test for checking the template context data for the single_select element legacy API. |
test_url_select() X-Ref |
Test for checking the template context data for the url_select element. |
block_contents_is_fake_provider() X-Ref |
Data provider for test_block_contents_is_fake(). return: array |
test_block_contents_is_fake($value, $expected) X-Ref |
Test block_contents is_fake() method. param: mixed $value Value for the data-block attribute param: boolean $expected The expected result |