| .. |
|
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 |
|
editPost.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
editProfile.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
editTerm.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
getComment.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
getComments.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +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
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +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
|
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 |
|
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
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
newPost.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
newTerm.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
restoreRevision.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
uploadFile.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |