Wordpress/tests/phpunit/tests
Sergey Biryukov 3f7add7d99 Tests: Update one more test to account for lazy-loading being disabled for custom logos by default.
Follow-up to [48870], [48874].

Props desrosj.
See #50933.

git-svn-id: https://develop.svn.wordpress.org/trunk@48878 602fd350-edb4-49c9-b593-d223f7449a82
2020-08-27 02:01:51 +00:00
..
actions Code is Poetry. 2017-11-30 23:09:33 +00:00
admin Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
ajax Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
attachment Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
blocks Editor: Support filtering arguments in block type registration 2020-07-01 13:08:11 +00:00
bookmark Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
canonical Sitemaps: Prevent incorrect redirection of paged sitemap requests. 2020-08-27 01:28:24 +00:00
category Menus: In Walker_Nav_Menu, Walker_Category, and Walker_Page, properly output link attributes having a legitimate "empty" value, for example an HTML data attribute with a value of zero (0). 2019-10-06 15:04:18 +00:00
comment Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
customize Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
date Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
db Database: Introduce wpdb::db_server_info() to retrieve full MySQL server information string as supplied by mysqli_get_server_info(). 2020-03-12 15:53:01 +00:00
dependencies Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
editor Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
error-protection Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
external-http Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
feed Coding Standards: Use strict type check for in_array() in wp-includes/feed.php. 2020-07-11 12:12:46 +00:00
filesystem Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
formatting Formatting: Make the check for empty text in wp_trim_excerpt() more resilient. 2020-08-18 15:08:19 +00:00
functions Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
general Tests: Update one more test to account for lazy-loading being disabled for custom logos by default. 2020-08-27 02:01:51 +00:00
hooks Code Modernisation: Introduce the spread operator in tests/phpunit/*. 2019-09-15 11:03:45 +00:00
http Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
image Code Modernization: Introduce is_gd_image() to check for PHP 8 GdImage object instances. 2020-08-16 13:31:57 +00:00
import Taxonomy: Allow for wp_count_terms( $args ) signature, making passing a taxonomy optional. 2020-08-21 22:30:06 +00:00
includes Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
l10n Tests: Change a few remaining include_once statements to require_once, for consistency. 2020-02-06 21:40:05 +00:00
link Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
load Bootstrap: Enhance core's memory limit handling. 2016-07-08 14:36:37 +00:00
media Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
menu Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
meta Meta: Reorder the get_metadata_default() signature to match get_metadata(). 2020-07-17 02:57:04 +00:00
multisite Multisite: Delete the signup entry when a user is deleted from the database. 2020-07-05 11:19:35 +00:00
oembed Embeds: Ensure that classic embed support works in the block editor. 2020-06-23 06:06:11 +00:00
option Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
pomo Code Modernization: Change create_function() in phpunit/includes/plural-form-function.php to closure. 2020-08-13 12:32:03 +00:00
post Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
privacy Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
query Posts, Post Types: Simplify test_setup_postdata_loop(). 2020-06-21 10:28:52 +00:00
rest-api Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
rewrite Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
sitemaps Sitemaps: Prevent incorrect redirection of paged sitemap requests. 2020-08-27 01:28:24 +00:00
taxonomy Tests: Add missing parent::setUp() calls to all test classes. 2019-01-14 04:54:01 +00:00
term Tests: Clear any previous term IDs from the metadata lazyloader queue in term meta lazy-loading test. 2020-08-23 03:46:41 +00:00
theme REST API: Add additional fields to the themes controller. 2020-06-07 06:44:08 +00:00
url Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
user Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
widgets Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
xmlrpc Tests: Adjust XML-RPC unit tests for [47160]. 2020-02-02 04:07:50 +00:00
actions.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
adminbar.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
auth.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
avatar.php Media: Enable lazy-loading of images by automatically adding the new loading="lazy" attribute to image tags on the front-end. 2020-04-08 00:53:18 +00:00
basic.php Tests: Add a unit test to ensure the "Supported Versions" section of GitHub Security Policy always includes the latest stable branch. 2020-03-02 01:11:29 +00:00
cache.php Coding Standards: Cleans up some PHPCS issues introduced in [47938]. 2020-06-09 22:40:50 +00:00
canonical.php Canonical: Add the ability to disable redirect_guess_404_permalink(). 2020-06-01 18:47:41 +00:00
category.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
comment-submission.php Coding Standards: Fix WPCS issue in [48830]. 2020-08-19 16:33:02 +00:00
comment.php Comments: Make wp_update_comment() return false instead of 0 for an invalid comment or post ID. 2020-06-30 14:11:00 +00:00
compat.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
cron.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
db.php Tests: Remove ja_JP locale from Tests_DB::test_locale_floats(). 2020-07-05 12:50:47 +00:00
dbdelta.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
dependencies.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
file.php Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
filters.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
functions.php Tests: Update wp_unique_filename() unit tests to account for sanitize_file_name() removing accents. 2020-07-24 18:17:49 +00:00
kses.php Tests: Correct duplicate array keys in Tests_Kses::test_wp_filter_post_kses_address(). 2020-08-06 13:26:06 +00:00
l10n.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
link.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
locale.php I18N: Following [45688], remove test for removed method. 2019-07-27 14:29:28 +00:00
mail.php Mail: PHPMailer swap to use is_email for the default validator. 2020-07-27 20:17:36 +00:00
media.php Tests: Simplify some assertions in phpunit/tests/media.php. 2020-07-20 15:47:37 +00:00
meta.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
multisite.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
pluggable.php Cache API: Introduce wp_cache_get_multi(). 2020-06-09 19:45:27 +00:00
post.php Posts, Post Types: Ensure that all post stati are countable in wp_count_posts. 2020-07-16 21:42:48 +00:00
query.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-api.php REST API: Optimize rest_filter_response_by_context performance. 2020-07-21 21:20:22 +00:00
rewrite.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
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 Taxonomy: Rename the default_taxonomy_$taxonomy option key to default_term_$taxonomy. 2020-07-28 15:40:35 +00:00
template.php PHPCS: Remove extra spaces added in [44966]. 2019-03-21 20:19:16 +00:00
term.php Taxonomy: Allow for wp_count_terms( $args ) signature, making passing a taxonomy optional. 2020-08-21 22:30:06 +00:00
theme.php Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
upload.php Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
url.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
user.php Docs: Remove unnecessary variables names from @return tags. 2020-06-19 22:53:54 +00:00
walker.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
widgets.php Tests: Clean up some existing @covers tags. 2020-08-25 00:57:17 +00:00
wp.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00