wordpress-develop/tests/phpunit/tests/xmlrpc
Scott Taylor 881808bb11 XML-RPC: in wp_xmlrpc_server::wp_editTerm(), check ! empty when applying parent logic.
Adds unit tests.

Props hrishiv90, markoheijnen, sam2kb.
Fixes #21977.


git-svn-id: https://develop.svn.wordpress.org/trunk@34580 602fd350-edb4-49c9-b593-d223f7449a82
2015-09-26 05:30:34 +00:00
..
mt Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
mw XML-RPC: In wp_xmlrpc_server::mw_newPost(), if $dateCreated is not set, don't set post_date and post_date_gmt. It calls wp_insert_post(), which will handle it correctly. The problem was drafts being created and GMT date being set. It shouldn't be. 2015-09-26 03:37:53 +00:00
wp XML-RPC: in wp_xmlrpc_server::wp_editTerm(), check ! empty when applying parent logic. 2015-09-26 05:30:34 +00:00
basic.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
client.php Allow query strings for servers in IXR_Client and WP_HTTP_IXR_Client. 2014-03-15 05:00:27 +00:00