wordpress-develop/tests/phpunit/tests/ajax
Dominik Schilling (ocean90) 23eaa36145 Capabilities: Fall back to the edit_posts capability for orphaned comments.
Also avoid PHP notices because of orphaned comments in the comments list table.
Includes unit test.

props pento, dd32.
fixes #33154.

git-svn-id: https://develop.svn.wordpress.org/trunk@33614 602fd350-edb4-49c9-b593-d223f7449a82
2015-08-13 22:30:26 +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 Menu customizer: More clearly separate search results from available items. 2015-07-29 23:39:54 +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 Capabilities: Fall back to the edit_posts capability for orphaned comments. 2015-08-13 22:30:26 +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