wordpress-develop/tests/phpunit/tests/customize
Weston Ruter 0c3716670a Customize: Define params on WP_Customize_Partial::render_callback() for the sake of subclasses overriding this method.
Fixes a strict standards notice regarding the method signature needing to be compatible.

See #27355.


git-svn-id: https://develop.svn.wordpress.org/trunk@36801 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-02 06:08:38 +00:00
..
control.php Customize: Allow controls to be registered without any associated settings. 2016-02-24 18:27:45 +00:00
manager.php Customize: Add selective refresh framework with implementation for widgets and re-implementation for nav menus. 2016-02-19 18:40:06 +00:00
nav-menu-item-setting.php Customize: Update unit test for WP_Customize_Nav_Menu_Item_Setting::value_as_wp_post_nav_menu_item() to account for slashing if user can't unfiltered_html. 2016-02-22 05:09:34 +00:00
nav-menu-setting.php Customize: Prevent dropping backslashes from input on general settings and settings for nav menus and some widgets. 2016-02-23 01:01:43 +00:00
nav-menus.php Remove test related to deprecated Customizer export_preview_data() method. 2016-02-29 21:07:00 +00:00
panel.php Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop. 2015-10-17 18:02:16 +00:00
partial.php Customize: Define params on WP_Customize_Partial::render_callback() for the sake of subclasses overriding this method. 2016-03-02 06:08:38 +00:00
section.php Unit Tests: better fixtures for Tests_Meta_Slashes and Tests_WP_Customize_Section. 2015-10-17 21:28:43 +00:00
selective-refresh-ajax.php Customize: Fix and extend broken ajax unit tests to account for partials being skipped from rendering. 2016-02-23 21:45:51 +00:00
selective-refresh.php Customize: Skip exporting partials to client and handling rendering requests if user can't modify associated settings. 2016-02-23 18:13:30 +00:00
setting.php Customize: Prevent dropping backslashes from input on general settings and settings for nav menus and some widgets. 2016-02-23 01:01:43 +00:00
widgets.php Customize: Prevent PHP notice and JS error caused by widgets and nav menus components if user only has customize capability. 2016-02-22 05:30:30 +00:00