wordpress-develop/tests/phpunit/tests/xmlrpc/wp
2015-10-14 14:38:30 +00:00
..
deletePost.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
deleteTerm.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
editComment.php XML-RPC: calculate the proper offset for GMT in wp.newPost, mw.newPost, and mw.editPost when post_date is set, wp.editComment when comment_date is set. post|comment_date is assumed to be GMT. This is only true if the timezone string for the site matches GMT. 2015-09-29 04:04:16 +00:00
editPost.php Merge the Responsive Images feature plugin into core, initial commit. See: https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/ 2015-10-06 04:58:21 +00:00
editProfile.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
editTerm.php XML-RPC: in wp_xmlrpc_server::wp_editTerm(), check ! empty when applying parent logic. 2015-09-26 05:30:34 +00:00
getComment.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getComments.php Create fewer fixtures in XML-RPC getComments tests. 2015-10-14 14:38:30 +00:00
getMediaItem.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getOptions.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getPage.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
getPageList.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getPages.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getPost.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getPosts.php Create fewer fixtures in some XML-RPC tests. 2015-10-13 15:31:26 +00:00
getPostType.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getPostTypes.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getProfile.php * sort() returns a boolean, not a sorted set. Move the calls out of the assertions and fix the test methods. 2013-09-12 06:41:36 +00:00
getRevisions.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getTaxonomies.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getTaxonomy.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getTerm.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getTerms.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getUser.php * sort() returns a boolean, not a sorted set. Move the calls out of the assertions and fix the test methods. 2013-09-12 06:41:36 +00:00
getUsers.php Create fewer fixtures in some XML-RPC tests. 2015-10-13 15:31:26 +00:00
newComment.php XML-RPC: Introduce the concept of unit testing to wp_xmlrpc_server::wp_newComment(): 2015-09-25 20:19:19 +00:00
newPost.php Merge the Responsive Images feature plugin into core, initial commit. See: https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/ 2015-10-06 04:58:21 +00:00
newTerm.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
restoreRevision.php Use HTTPS URLs for core.trac.wordpress.org 2014-09-29 13:27:55 +00:00
setOptions.php Fix a multisite test failure by testing an option that can be updated in multisite. 2014-04-10 21:09:33 +00:00
uploadFile.php Remove failing xmlrpc upload test. 2015-09-26 20:31:57 +00:00