Skip to content

Revert "[Testing] Use fresh single-file source locator under PHPUnit" (#8464) - #8465

Merged
TomasVotruba merged 1 commit into
mainfrom
revert-8464-fresh-source-locator
Sep 5, 2026
Merged

Revert "[Testing] Use fresh single-file source locator under PHPUnit" (#8464)#8465
TomasVotruba merged 1 commit into
mainfrom
revert-8464-fresh-source-locator

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

Reverts #8464.

That change did not actually fix the order-dependent reflection failure it targeted. It only appeared green on its own branch because that branch's fastunit chunk layout happened to avoid the failing test grouping - the same masking effect as adding or removing test classes. With a different chunk layout the original failure still reproduces, so the fresh-locator switch was not the real root cause.

Reverting to avoid carrying an ineffective change in the test harness. The underlying order-dependent reflection issue still needs a proper root-cause fix.

@TomasVotruba
TomasVotruba merged commit 9985b91 into main Sep 5, 2026
43 checks passed
@TomasVotruba
TomasVotruba deleted the revert-8464-fresh-source-locator branch September 5, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant