wordpress-develop/tests/phpunit/tests/xmlrpc
2013-11-11 17:45:36 +00:00
..
mt Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
mw Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
wp Fix a failing unit test: an XML-RPC unit test for getPosts with filters was failing. The cause of the failure: a set of posts was created with create_many() and then paginated results were requested. The paginated results were meant to equal the original resultset when diff'd after all pages were joined. create_many() was assigning the same timestamp to all posts, so the LIMIT clause in the generated SQL was not operating as expected. I replaced the create_many() call with a create() loop that increments time by 1 each time. Unit test now passes. 2013-11-11 17:45:36 +00:00
basic.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00