Make WordPress Core

{37} Needs Unit Tests (868 matches)

Create a new ticket
  • Tickets that explicitly marked as needing unit tests (needs-unit-tests), or tickets in the Unit Tests component
  • Remove the keyword once the unit tests are committed
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (801 - 868 of 868)

1 2 3 4 5 6 7 8 9

Next Release (68 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#40614 REST API: String argument for rest_do_request/rest_ensure_request does not work as expected. kadamwhite REST API normal normal 5.3 defect (bug) needs-unit-tests 02/03/2020
#48653 PHP Notices when requesting a post with an unregistered status SergeyBiryukov Posts, Post Types normal normal 5.4 defect (bug) needs-unit-tests 02/05/2020
#43992 Prevent activation of a plugin if its required PHP version is too high desrosj Site Health high major 5.2 task (blessed) needs-unit-tests 04/13/2020
#24587 Walker_Page and Walker_Nav_Menu not compatible peterwilsoncc Menus normal normal defect (bug) needs-unit-tests 06/04/2020
#50213 REST API: Allow queries other than the main query to be `is_home` whyisjake REST API normal normal 5.5 defect (bug) needs-unit-tests 06/16/2020
#50189 Only validate format if type is string TimothyBlynJacobs REST API normal normal 5.5 defect (bug) needs-unit-tests 07/04/2020
#24106 Simplify wp_slash() whyisjake Formatting normal normal 5.5 defect (bug) needs-unit-tests 07/11/2020
#50675 Media: migrate the data from the attachment post of the parent image when saving an edited image azaozz Media normal normal 5.5 defect (bug) needs-unit-tests 07/19/2020
#49872 PHP Notice: Undefined index: path in /wp-includes/functions.php on line 905 SergeyBiryukov Pings/Trackbacks normal normal 5.5 defect (bug) needs-unit-tests 07/26/2020
#49116 Add Links to the REST version of a Resource in the header of the page dshanske REST API normal normal 5.5 enhancement needs-unit-tests 08/09/2020
#50999 Scripts loaded through concatenation don't print their translations. ocean90 I18N high major 5.5.1 defect (bug) needs-unit-tests 09/09/2020
#51131 Remove constraint that search handlers must return integer ids TimothyBlynJacobs REST API normal normal 5.6 enhancement needs-unit-tests 10/03/2020
#25818 `WP_UnitTestCase::go_to()` drops query vars wonderboymusic Unit Tests normal normal 3.8 defect (bug) 10/07/2020
#45337 Strange pagination issue SergeyBiryukov Rewrite Rules normal normal 5.5 defect (bug) needs-unit-tests 10/07/2020
#49695 REST API check_template function can return false error TimothyBlynJacobs REST API normal normal 5.6 defect (bug) needs-unit-tests 10/24/2020
#26042 wp_save_post_revision() can compare against the wrong $last_revision post wonderboymusic Revisions normal major 4.0 defect (bug) needs-unit-tests 10/26/2020
#11175 wp_check_invalid_utf8() should drop invalid utf-8 chars only instead of truncating string hakre Charset normal normal defect (bug) needs-unit-tests 12/20/2020
#51493 Type error in wp_xmlrpc_server::_prepare_taxonomy() johnbillion XML-RPC normal normal 5.7 defect (bug) needs-unit-tests 12/21/2020
#52144 the $term_ids in function wp_queue_posts_for_term_meta_lazyload is index array SergeyBiryukov Posts, Post Types normal normal 5.7 defect (bug) needs-unit-tests 12/24/2020
#39896 Customizer: Allow users to Draft changes before Publishing westonruter Customize high normal 4.9 enhancement needs-unit-tests 01/17/2021
#38266 Tests: Use assertSame() when the type of the value in the assertion is important SergeyBiryukov Build/Test Tools normal normal 5.7 task (blessed) needs-unit-tests 02/10/2021
#52606 Investigate why the media test group errors when run on its own SergeyBiryukov Media normal normal 5.7 defect (bug) needs-unit-tests 02/22/2021
#51865 Add filter to `wp_image_src_get_dimensions` joemcgill Media normal normal 5.7 enhancement needs-unit-tests 02/23/2021
#46567 Run AJAX test group for multisite desrosj Build/Test Tools normal normal 5.7 task (blessed) needs-unit-tests 03/15/2021
#52605 Reset password email sent in wrong language desrosj Users normal normal 5.7 defect (bug) needs-unit-tests 06/06/2021
#21667 Add some user agent to wp_is_mobile stevenkword General normal normal enhancement needs-unit-tests 06/07/2021
#52482 Tests: Reduce usage of assertEquals() for 5.8 SergeyBiryukov Build/Test Tools normal normal 5.8 task (blessed) needs-unit-tests 06/24/2021
#52018 Zip Module 2.8.2 - class-pclzip fatal error with PHP 8.0 SergeyBiryukov Filesystem API normal normal 5.6.2 defect (bug) needs-unit-tests 06/30/2021
#25007 WP_HTTP_Fsockopen does not verify SSL certificates HTTP API normal major 3.7 defect (bug) needs-unit-tests 09/07/2021
#36953 Meta lazyloading can cause excessive calls to object cache DBrumbaugh10Up Query normal normal 4.6 defect (bug) needs-unit-tests 10/29/2021
#54323 Too few arguments for function (closure) SergeyBiryukov Script Loader normal major 5.8.2 defect (bug) needs-unit-tests 11/02/2021
#53631 Modify "email already exists" message upon registration hellofromTonya Login and Registration normal normal 5.9 enhancement needs-unit-tests 11/09/2021
#53386 Multisite is_super_admin call during app password validation can lead to infinite loop TimothyBlynJacobs Users normal normal 5.9 defect (bug) needs-unit-tests 11/15/2021
#24556 wptexturize() edge case bug with specific sentence structure Formatting normal normal defect (bug) needs-unit-tests 02/12/2022
#14459 Rotate Full Size Images on Upload kirasong Media normal normal 5.3 enhancement needs-unit-tests 03/16/2022
#55407 Allow case-insensitive elements for KSES peterwilsoncc Formatting normal normal 6.0 defect (bug) needs-unit-tests 03/31/2022
#55372 Use tax_query in wp_get_nav_menu_items spacedmonkey Menus normal normal 6.0 enhancement needs-unit-tests 04/28/2022
#55580 6.0 Regression: Featured image in Cover block missing from published page gziolo Editor high normal 6.0 defect (bug) needs-unit-tests 05/03/2022
#55877 wp_insert_post() should check that a post type exists before using it SergeyBiryukov Posts, Post Types normal normal 6.1 defect (bug) needs-unit-tests 07/24/2022
#56134 Site Health: If 0 active plugins (themes), they can't be "all up to date" SergeyBiryukov Site Health normal normal 6.1 enhancement needs-unit-tests 08/03/2022
#52252 PHP Notice when `monthnum` query var is set without the `year` QV peterwilsoncc Rewrite Rules normal normal 6.1 defect (bug) needs-unit-tests 08/08/2022
#54736 get_sample_permalink unsets $post->filter even though this is a public property. hellofromTonya Posts, Post Types normal normal 6.1 defect (bug) needs-unit-tests 09/20/2022
#56068 Send HTTP headers after querying posts in WP::main() SergeyBiryukov Bootstrap/Load normal normal 6.1 enhancement needs-unit-tests 09/21/2022
#55620 Prime caches linked objects in menu item REST API spacedmonkey REST API normal normal 6.1 enhancement needs-unit-tests 10/10/2022
#56325 Some blocks' RTL stylesheets not loading when RTL language is set SergeyBiryukov Editor normal major 6.1 defect (bug) needs-unit-tests 10/11/2022
#37464 Last changed helper function jorbin Cache API normal normal 4.7 enhancement needs-unit-tests 03/10/2023
#55005 Improve PHP performance for block.json files hellofromTonya Editor normal normal 6.1 enhancement needs-unit-tests 04/25/2023
#57886 get_post_templates includes results of get_block_templates while caching (WP_Theme) spacedmonkey Themes normal minor 6.3 defect (bug) needs-unit-tests 06/19/2023
#52622 Fix PHP Warning on PHP7.2 in class-wp-http-curl.php SergeyBiryukov HTTP API normal normal 6.3 defect (bug) needs-unit-tests 07/03/2023
#33330 Undefined property: stdClass::$slug Plugins normal minor 6.1 defect (bug) needs-unit-tests 08/03/2023
#36476 Add tests for sign on related functions jorbin Login and Registration normal normal 6.4 enhancement needs-unit-tests 08/24/2023
#39090 Remove duplicate query from posts page in the admin Users normal normal 6.3 enhancement needs-unit-tests 10/17/2023
#52710 Taxonomy: Make it possible to bypass automatic caching of results in `get_terms()` spacedmonkey Taxonomy normal normal 6.4 enhancement needs-unit-tests 11/01/2023
#61228 Backport: Templates perf: resolve patterns server side ellatrix Editor normal normal 6.6 enhancement needs-unit-tests 06/13/2024
#60698 Token Map: Introduce an efficient lookup and translation class for string mappings. dmsnell General normal normal 6.6 feature request needs-unit-tests 06/21/2024
#18158 Meta Query for posts with a meta key not set (IS NULL). georgestephanis Query normal normal 3.5 enhancement needs-unit-tests 08/09/2024
#7326 get_posts not working properly pyadav General high blocker 2.6.2 defect (bug) needs-unit-tests 09/13/2024
#61827 wp_check_comment_disallowed_list() can't be used to match unprocessed HTML SergeyBiryukov Comments normal normal 6.7 defect (bug) needs-unit-tests 10/29/2024
#51006 Add a mechanism for accessible tooltips in core joedolson* General normal normal 6.9 enhancement needs-unit-tests 02/21/2025
#53236 Nonce lifespans are inaccurate and unintuitively affected by timezones SergeyBiryukov Date/Time normal minor 6.8 defect (bug) needs-unit-tests 02/22/2025
#50568 Improve WP_Term's sanitization calls pbearne Taxonomy normal normal 6.9 enhancement needs-unit-tests 02/26/2025
#49728 [PHP 8] Prepare for the internal functions throwing `TypeError` or `ValueError` exceptions on unexpected types/values Build/Test Tools normal minor 6.8 defect (bug) needs-unit-tests 03/03/2025
#63062 Parent theme incorrectly not getting resolved in WordPress 6.8-beta1 joemcgill Themes high normal 6.8 defect (bug) needs-unit-tests 03/18/2025
#10931 Verify Comment Email Addresses of Registered Users Comments normal normal 6.9 enhancement needs-unit-tests 03/19/2025
#61100 Fix capability error in bulk role removal when editing site users in network admin jeremyfelt Networks and Sites normal normal 6.9 defect (bug) needs-unit-tests 03/24/2025
#63045 Add caching to `count_many_users_posts()` Users normal normal 6.9 enhancement needs-unit-tests 03/25/2025
#23311 Enable internationalization in PHPMailer swissspidy I18N normal normal 6.8 enhancement needs-unit-tests 04/06/2025
#63302 SVG images can't be uploaded anymore due to a resizing issue adamsilverstein Editor normal normal 6.8.1 defect (bug) needs-unit-tests 04/24/2025
1 2 3 4 5 6 7 8 9
Note: See TracReports for help on using and creating reports.