Wordpress/tests/phpunit/tests
John Blackbourn 4e26af05f6 General: Remove the version number from the readme file in the 4.7 branch.
See #42386


git-svn-id: https://develop.svn.wordpress.org/branches/4.7@42100 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-31 18:05:59 +00:00
..
actions Build/Test Tools: Continue eliminating randomness in tests. 2016-10-09 01:29:04 +00:00
admin Posts, Post Types: Improve sanitisation of templates' post types. 2016-11-15 03:36:13 +00:00
ajax Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase::setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out()` and `Tests_Ajax_TagSearch::test_no_results()`. 2017-10-31 06:19:42 +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 Database: Restore numbered placeholders in `wpdb::prepare()`. 2017-10-31 12:33:25 +00:00
customize Customize: Fix phpunit tests after [40704] due to logic inversion error. 2017-05-16 14:36:53 +00:00
date Database: Restore numbered placeholders in `wpdb::prepare()`. 2017-10-31 12:33:25 +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 General: Remove the version number from the readme file in the 4.7 branch. 2017-10-31 18:05:59 +00:00
feed Build/Test Tools: Remove ancient UT ticket handling for the 4.7 branch. 2017-08-22 19:58:16 +00:00
filesystem
formatting Strip control characters before validating redirect. 2017-03-06 13:39:33 +00:00
functions General: Introduce a `wp_list_sort()` helper function, v2. 2016-10-25 21:25:25 +00:00
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 Multisite: Handle sites cache invalidation more granularly for option updates. 2017-04-06 17:26:04 +00:00
oembed Build/Test Tools: Add assertNotFalse() method to WP_UnitTestCase and use it where appropriate. 2017-04-06 18:19:02 +00:00
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 Build/Test Tools: Add assertNotFalse() method to WP_UnitTestCase and use it where appropriate. 2017-04-06 18:19:02 +00:00
query List Tables: After [38703], [38706], and [40118], adjust the jQuery selector to make the selection of a range of checkboxes work again. 2017-03-24 18:49:07 +00:00
rest-api Database: Restore numbered placeholders in `wpdb::prepare()`. 2017-10-31 12:33:25 +00:00
rewrite Tests: Restore the database connection earlier when switching test groups. 2016-12-21 05:07:05 +00:00
taxonomy
term Database: Restore numbered placeholders in `wpdb::prepare()`. 2017-10-31 12:33:25 +00:00
theme Build/Test Tools: Add assertNotFalse() method to WP_UnitTestCase and use it where appropriate. 2017-04-06 18:19:02 +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 Build/Test Tools: Continue eliminating randomness in tests. 2016-10-09 01:29:04 +00:00
adminbar.php Build/Test Tools: Continue eliminating randomness in tests. 2016-10-26 01:23:24 +00:00
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 Build/Test Tools: Continue eliminating randomness in tests. 2016-10-09 01:29:04 +00:00
canonical.php
category.php
comment-submission.php Comments: Abstract `die()` calls from comment submission routine. 2016-10-11 03:42:28 +00:00
comment.php REST API: Fix test failures. 2016-10-20 05:12:26 +00:00
compat.php
cron.php Build/Test Tools: Continue eliminating randomness in tests. 2016-10-09 01:29:04 +00:00
db.php Database: Restore numbered placeholders in `wpdb::prepare()`. 2017-10-31 12:33:25 +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: Improve handling of non-image files in wp_get_image_mime. 2017-04-10 14:27:23 +00:00
kses.php KSES: Deprecate `wp_kses_js_entities()`. 2016-10-13 22:24:27 +00:00
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 I18N: Introduce a locale-switching function. 2016-10-26 15:35:58 +00:00
mail.php Mail: Set a better error code when triggering `wp_mail_failed`. 2016-11-02 04:26:18 +00:00
media.php Build/Test Tools: Add assertNotFalse() method to WP_UnitTestCase and use it where appropriate. 2017-04-06 18:19:02 +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 Shortcodes: Add new `strip_shortcodes_tagnames` filter. 2016-10-23 14:24:26 +00:00
taxonomy.php Taxonomy: Disallow overriding the `name` property when registering a taxonomy. 2017-02-20 06:15:07 +00:00
template.php Posts, Post Types: Add support for post type templates. 2016-10-26 08:06:43 +00:00
term.php
theme.php Build/Test Tools: Add assertNotFalse() method to WP_UnitTestCase and use it where appropriate. 2017-04-06 18:19:02 +00:00
upload.php Build/Test Tools: Remove ancient UT ticket handling for the 4.7 branch. 2017-08-22 19:58:16 +00:00
url.php
user.php General: Restore usage of `$wpdb`, instead of `$this->db`. 2016-10-10 06:37:02 +00:00
walker.php
widgets.php
wp.php