test: expand PHP unit test coverage#2912
Merged
Merged
Conversation
…mic content, form server/submissions and patterns Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Bundle Size Diff
|
Contributor
|
Plugin build for ac206c4 is ready 🛎️!
|
…x rendering Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
E2E TestsPlaywright Test Status: See serial and parallel matrix jobs Performance ResultsserverResponse: {"q25":473.3,"q50":495.95,"q75":506.4,"cnt":10}, firstPaint: {"q25":1340.5,"q50":1371.3,"q75":1493.1,"cnt":10}, domContentLoaded: {"q25":3856.9,"q50":3881.9,"q75":3935.8,"cnt":10}, loaded: {"q25":3858.7,"q50":3883.75,"q75":3938.2,"cnt":10}, firstContentfulPaint: {"q25":4396.7,"q50":4422.45,"q75":4469.1,"cnt":10}, firstBlock: {"q25":15350.4,"q50":15400.05,"q75":15448.6,"cnt":10}, type: {"q25":27.43,"q50":30.28,"q75":30.93,"cnt":10}, typeWithoutInspector: {"q25":24.88,"q50":28.21,"q75":30.52,"cnt":10}, typeWithTopToolbar: {"q25":35.99,"q50":37.96,"q75":38.8,"cnt":10}, typeContainer: {"q25":17.16,"q50":18.57,"q75":20.14,"cnt":10}, focus: {"q25":139.79,"q50":152.96,"q75":163.08,"cnt":10}, inserterOpen: {"q25":45.78,"q50":47.38,"q75":50.25,"cnt":10}, inserterSearch: {"q25":17.36,"q50":19.16,"q75":19.61,"cnt":10}, inserterHover: {"q25":5.91,"q50":6.25,"q75":6.82,"cnt":20}, loadPatterns: {"q25":1929.67,"q50":1952.47,"q75":2017.8,"cnt":10}, listViewOpen: {"q25":269.93,"q50":278.82,"q75":286.45,"cnt":10} |
…CodeQL sanitization alerts Regex strip-tags on innerHTML can leave markup fragments behind (js/incomplete-multi-character-sanitization). Use textContent for DOM reads and an inert DOMParser document for HTML strings instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…bels test Covers the two remaining CodeQL sanitization alerts (AI page-style digest, Jest block mock) and the single-quote lint error that failed the JS Test job. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…pts, add review block tests - permissions: contents: read on the five CodeQL-flagged workflows (all write steps use BOT_TOKEN, unaffected) - remove test:unit:php:multisite scripts pointing at a nonexistent config - unit tests for Review_Block ratings math, star markup, JSON-LD schema, offers variants, currency fallback and footer schema dedupe Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code