Wordpress/tests/phpunit/tests/ajax
2014-01-22 04:55:37 +00:00
..
Autosave.php Autosave: refactor autosave.js, use heartbeat for transport and move all "Add/Edit Post" related functionality to post.js. See #25272. 2014-01-22 04:55:37 +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
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 Avoid Out of range value for column 'post_parent' error in Tests_Ajax_MediaEdit::_make_attachment() by setting the default parent id to 0 instead of -1 2013-11-11 17:51:29 +00:00
ReplytoComment.php Fix some undefined index notices related to Comment unit tests: 2013-09-13 22:17:51 +00:00
Response.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
TagSearch.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00