Hello and welcome to another edition of Month in Test, the place where contributors of any skill level can find opportunities to contribute to WordPress through testing. You can find the Test Team in #core-test.
Table of Contents
- Calls for Testing 📣
- Test Handbook📘
- Weekly Testing Roundup 🤠
- Profile Badge Awards 🎉
- Read/Watch/Listen 🔗
- Upcoming Meetings 🗓
Calls for Testing 📣
Calls for Testing can originate from any team, from themes to mobile apps to feature plugins. The following posts highlight features and releases that need special attention:
- Help Test WordPress 7.0
- Call for Testing – Customizable Navigation (“Mobile”) Overlays
- Call for Testing – Pattern editing and content-only interactivity in WordPress 7.0
Test Handbook 📘
Merging of Test Handbook in GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/
For the last few weeks, a good number of test contributors embarked on the journey of reviewing our new Test Handbook based on GitHub. The Process has been concluded successfully with the merging.
- We want to inform that the Test Handbook is officially
synced. There might be a couple of bugs and things that are not looking good pending to be fixed. - Feel free to give it a check here, and if you find any bugs, go to the GitHub repository and report them.
- You can send a PR with the fix, or simply send the issue, and we will check it
Weekly Testing Roundup 🤠
Bi-Weekly update: Test Team Update
Here’s a roundup of active tickets that are ready for testing contributions. Did you know that contributions to the Test Team are also a fantastic way to level up your WordPress knowledge and skills? Dive in to contribute, and gain coveted props 😎 for a coming release.
1. WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Testing
a. Patch Testing 🩹
Who? All contributors (not just developers) who can set up a local testing environment. Why?
It is necessary to apply proposed patches and test per the testing instructions in order to validate that a patch fixes the issue.
The following tickets (8) have been reviewed and a patch provided, and need testers to apply the patch and manually test, then provide feedback through a patch test report:
- #23197 – wp-activate.php, without explanation, does not load site plugins
- #63256 – Unnecessary array_map() call in get_terms() when object_ids is not set
- #65051 – $_REQUEST[‘term’] used unsanitized in user search query
- #62819 – Twenty Fourteen: Latest Comments block font-size does not change with user settings
- #45354 – Adding index for meta_key and post_id in postmeta
- #65050 – REST API: Comments controller returns 403 instead of 404 for invalid post ID in update_item()
- #43746 – Custom post type single post feed returns a 404 if has_archive is set to false when calling register_post_type()
- #65031 – User Edit Screen Displays Misaligned Password Dashicon in WordPress 7.0-RC2
b. Bug Reproduction
It is necessary to confirm if the bug is happening under multiple conditions and environments, using the bug reproduction report in order to validate the issue.
The following tickets (134) have been reviewed and milestoned, and need testers to check the instructions and manually test if the issue is reproducible, then provide a bug reproduction report:
- #57858 – If permalink structure is set to /%category%/%postname% , WordPress will match a /0/ path as a category archive
- #56615 – Running `build` scripts on Windows machines produces different results
- #60478 – Upgrade to jQuery 4.0
- #35871 – before_delete_post incorrectly triggered from edit.php to post.php
- #63768 – WP_Query will generate an unexpected SQL query when using switch_to_blog and post_type = any
- #18613 – get_adjacent_post() doesn’t find private posts
c. Test Team Issues
Here are the current activities being discussed in the Test Team Github:
- We need to review the Test Team Issues. If you have a possible solution, comment in the Issue or submit a PR.
- Test Team Discussions (23 Open)
- Add cross-links between setup guides and patch testing report page
- Weekly Slack digest for Gutenberg “Needs Testing” issues in #core-test
- Proposal: Create Test (or Test Team) in WordPress GitHub Teams
- Add phpMyAdmin to docker-compose.override.yml for local DB inspection
- Provide structured guidance for Core Trac ticket reports
2. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc.
https://wordpress.org/gutenberg/ Testing
👋Want to contribute to WordPress/Gutenberg? If you have a bug or an idea, read the contributing guidelines before opening an issue. If you’re ready to tackle some open issues, we’ve collected some good first issues for you.
a. Gutenberg Bug Reproduction Testing
The following tickets (7) have been filed reporting a known bug and needs testers to manually test, then provide feedback through a bug reproduction report that the issue can be reproduced.
- Editor block styles for core button overwritten by random global styles (#77015)
- Site Editor landing view shows blank page instead of front-page.html when static homepage is configured (#76927)
- Gutenberg Demo Link broken (#76473)
- Navigation Block: Focus trap behavior changes after submenu toggle (#76240)
- Custom HTML block: <pre> and <blockquote> display with forced overflow scroll and incorrect formatting (#76236)
b. Gutenberg Patch Testing
All contributors (not just developers) who can set up a local testing environment.
Why? It is necessary to apply proposed patches and test per the testing instructions in order to validate that a patch fixes the issue.
The following tickets have been reviewed, and a patch provided, and need testers to apply the patch and manually test, then provide feedback through a patch test report:
- None this month
Profile Badge Awards 🎉
Congratulations to the recipients of the Test Contributor Badge 🎉
– Kindly find the Contribution Guidelines here
Read/Watch/Listen 🔗
- WordPress Ecosystem Announcements
- Your Browser Becomes Your WordPress
- WP Packages is Working the Way Open Source Should
- What’s new for developers? (April 2026)
- @wordpress/build, the next generation of WordPress plugin build tooling
- What’s new for developers? (March 2026)
- Twenty Twenty-Seven: Team Announcement
- Building a custom sync provider for real-time collaboration
- Elevating Individuals
- Test Team Announcements
- Call for Testing
Upcoming Meetings 🗓
🚨There will be regular #core-test meetings. The schedule is being worked on and final schedule will be shared after finalizing the discussion
Current 2026 Schedule:
- Thursday, 16 April 2026 at 20:30 GMT+5:30 : <Test-chat> in#core-test.
- Tuesday, 21 April 2026 at 20:30 GMT+5:30 : <Patch-Testing-Scrub> in#core-test.
Interested in hosting a <test-scrub>? Test Team needs you! Check out Leading Bug Scrubs for details, or inquire in #core-test for more info.
Props to @mosescursor for helping review this article and offering feedback