Wordpress/tests/phpunit/tests
John Blackbourn ddf26b95ac Build/Test tools: In Travis, skip some tests when not on trunk.
This skips time sensitive tests (copyright year and PHP/MySQL version requirements) when tests are run on branches on Travis.

Props netweb, jorbin

Fixes #39486

Merges [40241] to the 4.7 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40250 602fd350-edb4-49c9-b593-d223f7449a82
2017-03-08 00:51:22 +00:00
..
actions
admin Posts, Post Types: Improve sanitisation of templates' post types. 2016-11-15 03:36:13 +00:00
ajax Customize: Defer populating `post_name` for `auto-draft` posts in customized state until posts are published. 2016-12-05 19:38:16 +00:00
attachment
bookmark
canonical
category Taxonomy: Prevent `wp_list_categories()` from producing not well-nested output if `hide_title_if_empty` is true. 2016-11-17 18:01:13 +00:00
comment Revert to pre-4.7 behavior for fetching object instances by id. 2017-01-26 16:56:21 +00:00
customize Customize: Extend auto-draft life of a `customize_changeset` post whenever modified. 2017-02-21 07:02:14 +00:00
date Date/Time: Improve `date_i18n()` timezone tests. 2016-11-08 22:31:51 +00:00
db Tests: Restore the database connection earlier when switching test groups. 2016-12-21 05:07:05 +00:00
dependencies Build/Test Tools: Utilise `assertFileExists()` and `assertFileNotExists()` in more places. 2016-11-08 23:49:11 +00:00
external-http Build/Test tools: In Travis, skip some tests when not on trunk. 2017-03-08 00:51:22 +00:00
feed Feeds: Prevent empty feeds from returning 404 errors. 2017-02-20 06:37:22 +00:00
filesystem
formatting Strip control characters before validating redirect. 2017-03-06 13:39:33 +00:00
functions
general Build/Test Tools: Utilise `assertWPError()` and `assertNotWPError()` in more places. 2016-11-09 00:01:42 +00:00
hooks
http HTTP API: Restore backwards compatibility with the `http_api_curl` filter - it expects that the handle parameter is passed as a reference, however [39212] missed that. 2017-02-17 05:06:23 +00:00
image Media: Reset Exif orientation after rotate in WP_Image_Editor_Imagick. 2017-02-27 19:32:45 +00:00
import Build/Test Tools: Utilise `assertWPError()` and `assertNotWPError()` in more places. 2016-11-09 00:01:42 +00:00
includes
l10n I18N: Add an additional caching layer for `_load_textdomain_just_in_time()`. 2016-11-21 16:06:38 +00:00
link
load
media
menu
meta
multisite Build/Test Tools: Utilise `assertFileExists()` and `assertFileNotExists()` in more places. 2016-11-08 23:49:11 +00:00
oembed
option Options: Pass the `$passed_default` parameter to the `default_option_{$option}` filter in `add_option()`. 2016-11-30 21:31:38 +00:00
pomo
post Revert to pre-4.7 behavior for fetching object instances by id. 2017-01-26 16:56:21 +00:00
query Posts, Post Types: Ensure `is_page_template()` can only return true when viewing a singular post query. 2016-12-16 05:40:01 +00:00
rest-api REST API: Allow setting post formats even if they are not supported by the theme. 2017-02-27 20:02:43 +00:00
rewrite Tests: Restore the database connection earlier when switching test groups. 2016-12-21 05:07:05 +00:00
taxonomy
term Revert to pre-4.7 behavior for fetching object instances by id. 2017-01-26 16:56:21 +00:00
theme Theme starter content: Add support for featured images and page templates. 2016-11-23 09:52:27 +00:00
user Build/Test Tools: Re-use a bunch of fixtures in test classes for user and XMLRPC tests. 2016-11-10 01:53:08 +00:00
xmlrpc Build/Test Tools: Re-use a bunch of fixtures in test classes for user and XMLRPC tests. 2016-11-10 01:53:08 +00:00
actions.php
adminbar.php
auth.php
avatar.php
basic.php Build/Test tools: In Travis, skip some tests when not on trunk. 2017-03-08 00:51:22 +00:00
cache.php
canonical.php
category.php
comment-submission.php
comment.php
compat.php
cron.php
db.php Tests: Restore the database connection earlier when switching test groups. 2016-12-21 05:07:05 +00:00
dbdelta.php
dependencies.php
file.php
filters.php Plugins: Add a `current_priority()` method to `WP_Hook`. 2016-12-02 07:10:56 +00:00
functions.php Media: Reduce failing uploads following 4.7.1. 2017-02-27 19:27:58 +00:00
kses.php
l10n.php I18N: In `wp_dropdown_languages()` rename the new `show_site_locale_default` argument to `show_option_site_default`. 2016-11-21 16:14:01 +00:00
link.php
locale.php
mail.php Mail: Set a better error code when triggering `wp_mail_failed`. 2016-11-02 04:26:18 +00:00
media.php Media: Avoid PHP Warnings in `get_post_galleries()` when processing empty `[gallery]` shortcodes and avoid returning the incorrect results when the global `$post` does not match the provided post ID. 2017-02-17 06:46:45 +00:00
meta.php
multisite.php
pluggable.php
post.php Build/Test Tools: Utilise `assertWPError()` and `assertNotWPError()` in more places. 2016-11-09 00:01:42 +00:00
query.php
rest-api.php REST API: Fix multiple issues with setting dates of posts and comments. 2017-02-24 21:58:07 +00:00
rewrite.php
shortcode.php
taxonomy.php Taxonomy: Disallow overriding the `name` property when registering a taxonomy. 2017-02-20 06:15:07 +00:00
template.php
term.php
theme.php Build/Test Tools: Utilise `assertFileExists()` and `assertFileNotExists()` in more places. 2016-11-08 23:49:11 +00:00
upload.php
url.php
user.php
walker.php
widgets.php
wp.php