Wordpress/tests/phpunit/tests
Sergey Biryukov bc5a7e9506 Build/Test Tools: Remove redundant `Tests_Post_Types::register_post_type()` helper method, use `register_post_type()` directly.
Props gh640, varunshanbhag.
Fixes #49365.

git-svn-id: https://develop.svn.wordpress.org/trunk@47381 602fd350-edb4-49c9-b593-d223f7449a82
2020-02-26 13:16:10 +00:00
..
actions
admin Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
ajax Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
attachment
blocks
bookmark
canonical Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
category
comment Comments: Restore the fourth parameter of `comments_number()` as `$post_id`, for consistency with `get_comments_number_text()`. 2020-02-25 17:32:34 +00:00
customize Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
date
db Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
dependencies Script Loader: Add polyfill for window.URL, window.DOMRect. 2020-02-10 15:15:07 +00:00
editor
error-protection
external-http
feed Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
filesystem Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
formatting Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
functions Tests: Add a basic test for `wp()` function. 2020-02-08 05:29:54 +00:00
general Tests: Rename `$d` variable in some date/time tests to `$format` for clarity. 2020-02-14 00:11:00 +00:00
hooks
http Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
image Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
import Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
includes
l10n Tests: Change a few remaining `include_once` statements to `require_once`, for consistency. 2020-02-06 21:40:05 +00:00
link
load
media
menu Tests: Change a few remaining `include_once` statements to `require_once`, for consistency. 2020-02-06 21:40:05 +00:00
meta
multisite Tests: Correct assertions in `test_site_dates_are_gmt()`. 2020-02-19 04:38:39 +00:00
oembed Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
option
pomo Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
post Build/Test Tools: Remove redundant `Tests_Post_Types::register_post_type()` helper method, use `register_post_type()` directly. 2020-02-26 13:16:10 +00:00
privacy Privacy: Introduce filters for the headers of all the privacy-related e-mails: 2020-02-11 21:41:26 +00:00
query Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
rest-api REST API: Correctly infer empty objects passed via query parameters. 2020-02-25 15:32:27 +00:00
rewrite
taxonomy
term
theme Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
url
user Posts, Post Types: Ensure `delete_posts` is included in default post type capabilities regardless of `map_meta_cap` value. 2020-02-25 12:48:11 +00:00
widgets
xmlrpc
actions.php
adminbar.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
auth.php
avatar.php
basic.php
cache.php
canonical.php
category.php
comment-submission.php
comment.php
compat.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
cron.php
db.php
dbdelta.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
dependencies.php
file.php
filters.php
functions.php
kses.php
l10n.php
link.php
locale.php
mail.php
media.php
meta.php
multisite.php
pluggable.php
post.php Posts, Post Types: Discard `tags_input` parameter in `wp_update_post()` if it's the same as existing post tags. 2020-02-19 03:50:38 +00:00
query.php
rest-api.php REST API: Introduce selective link embedding. 2020-02-09 20:52:06 +00:00
rewrite.php
shortcode.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
site-health.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
taxonomy.php
template.php
term.php Build/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`. 2020-02-21 17:03:12 +00:00
theme.php
upload.php
url.php
user.php Privacy: Introduce filters for the headers of all the privacy-related e-mails: 2020-02-11 21:41:26 +00:00
walker.php
widgets.php
wp.php