Wordpress/tests/phpunit/includes
James Nylen 0fab6c9fdc REST API: Add `author`, `modified`, and `parent` sort order options for posts.
These (and a few others that can be revisited later if needed) were present in
beta versions of the WP REST API but were removed during the merge to WP 4.7.

Props ChopinBach, jnylen0.
Fixes #38693.


git-svn-id: https://develop.svn.wordpress.org/trunk@40605 602fd350-edb4-49c9-b593-d223f7449a82
2017-05-10 18:51:28 +00:00
..
factory
bootstrap.php Build/Test Tools: Add support for PHPUnit 6+. 2017-04-23 02:05:12 +00:00
class-basic-object.php
class-basic-subclass.php
exceptions.php
factory.php
functions.php Build/Test tools: Don't override the `wp_set_auth_cookie()` and `wp_clear_auth_cookie()` functions. 2017-03-10 14:32:31 +00:00
install.php
mock-fs.php
mock-image-editor.php
mock-mailer.php
object-cache.php Build/Test Tools: Add object-cache.php to the unit test suite. 2017-05-01 11:20:30 +00:00
phpunit6-compat.php Build/Test Tools: Add support for PHPUnit 6+. 2017-04-23 02:05:12 +00:00
speed-trap-listener.php
spy-rest-server.php REST API: Allow unsetting of page templates in update requests. 2016-11-23 02:46:42 +00:00
testcase-ajax.php Build/Test Tools: Move the `setExpectedException()` method into the `WP_Ajax_UnitTestCase` class to avoid a fatal error when PHPUnit 3.6 is in use. 2017-04-23 11:45:46 +00:00
testcase-canonical.php Build/Test Tools: Avoid skipping canonical tests that are connected to open Trac tickets. 2017-04-22 18:25:30 +00:00
testcase-rest-api.php
testcase-rest-controller.php REST API: Fire correct hooks when creating users on multiste. 2016-11-09 01:34:56 +00:00
testcase-rest-post-type-controller.php REST API: Shim `post_date_gmt` for drafts / empty dates in the REST API. 2017-02-24 18:14:21 +00:00
testcase-xmlrpc.php
testcase.php REST API: Add `author`, `modified`, and `parent` sort order options for posts. 2017-05-10 18:51:28 +00:00
trac.php
utils.php Feeds: Remove an incorrect usage of `sizeof()` in a helper class used during unit testing of XML element handling. 2017-04-24 01:22:39 +00:00
wp-profiler.php