Lines:
1 to 31 of 31
<?php /* class Tests_WP_Customize_Setting */ /* function Tests_WP_Customize_Setting::set_up */ /* function Tests_WP_Customize_Setting::tear_down */ /* function Tests_WP_Customize_Setting::test_constructor_without_args() – */ /* function Tests_WP_Customize_Setting::validate_callback_for_tests() – A test validate callback function. */ /* function Tests_WP_Customize_Setting::sanitize_callback_for_tests() – A test sanitize callback function. */ /* function Tests_WP_Customize_Setting::sanitize_js_callback_for_tests() – A test sanitize JS callback function. */ /* function Tests_WP_Customize_Setting::sanitize_js_callback_base64_for_testing() – Sanitize JS callback for base64 encoding. */ /* function Tests_WP_Customize_Setting::test_constructor_with_args() – */ /* function Tests_WP_Customize_Setting::test_preview_standard_types_non_multidimensional() – Run assertions on non-multidimensional standard settings. */ /* function Tests_WP_Customize_Setting::test_preview_standard_types_multidimensional() – Run assertions on multidimensional standard settings. */ /* function Tests_WP_Customize_Setting::custom_type_getter() – */ /* function Tests_WP_Customize_Setting::custom_type_setter() – */ /* function Tests_WP_Customize_Setting::custom_type_value_filter() – Filter for `customize_value_{$id_base}`. */ /* function Tests_WP_Customize_Setting::custom_type_preview() – */ /* function Tests_WP_Customize_Setting::test_preview_custom_type() – Run assertions on custom settings. */ /* function Tests_WP_Customize_Setting::test_non_posted_setting_applying_default_value_in_preview() – Test specific fix for setting’s default value not applying on preview window */ /* function Tests_WP_Customize_Setting::test_update_custom_type() – Test setting save method for custom type. */ /* function Tests_WP_Customize_Setting::handle_customize_update_custom_foo_action() – Check customize_update_custom action. */ /* function Tests_WP_Customize_Setting::handle_customize_save_custom_foo_action() – Check customize_save_foo action. */ /* function Tests_WP_Customize_Setting::test_is_current_blog_previewed() – Ensure that is_current_blog_previewed returns the expected values. */ /* function Tests_WP_Customize_Setting::test_previewing_with_switch_to_blog() – Ensure that previewing a setting is disabled when the current blog is switched. */ /* function Tests_WP_Customize_Setting::test_option_autoloading() – */ /* function Tests_WP_Customize_Setting::test_js_value() – Test js_value and json methods. */ /* function Tests_WP_Customize_Setting::test_validate() – Test validate. */ /* function Tests_WP_Customize_Setting::filter_validate_for_test_validate() – Validate callback. */ /* function Tests_WP_Customize_Setting::test_multidimensional_value_when_previewed() – Ensure that WP_Customize_Setting::value() can return a previewed value for aggregated multidimensionals. */