wordpress-develop/tests/phpunit/tests/ajax
Weston Ruter 9e383a560a Customizer: Introduce customize_nav_menu_available_item_types and customize_nav_menu_available_items filters.
Allows for new available menu item types/objects to be registered in addition to filtering the available items that are returned for each menu item type/object.

Props valendesigns, imath, westonruter.
See #32832.
Fixes #32708.


git-svn-id: https://develop.svn.wordpress.org/trunk@33366 602fd350-edb4-49c9-b593-d223f7449a82
2015-07-22 20:28:03 +00:00
..
Autosave.php Pinking shears in unit test files. 2015-03-05 13:14:28 +00:00
Compression.php Fix an error in tests/ajax/Compression by removing the unnecessary call to ob_end_clean() immediately after ob_get_clean() in _gzdecode, which has aleady deleted the buffer. 2013-09-13 21:29:12 +00:00
CustomizeMenus.php Customizer: Introduce customize_nav_menu_available_item_types and customize_nav_menu_available_items filters. 2015-07-22 20:28:03 +00:00
DeleteComment.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
DimComment.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
EditComment.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
GetComments.php Fix several esoteric errors related to AJAX unit tests for comments: 2013-09-14 18:35:43 +00:00
MediaEdit.php Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? 2014-07-12 07:08:15 +00:00
QuickEdit.php Prevent terms in a show_in_quick_edit=false taxonomy from being updated by a faked AJAX request. 2015-01-31 19:37:12 +00:00
ReplytoComment.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
Response.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
TagSearch.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00