Skip to content

fix: install Xdebug in CI so header assertions run#18

Merged
HafizMMoaz merged 1 commit into
mainfrom
fix/ci-failures
Jul 22, 2026
Merged

fix: install Xdebug in CI so header assertions run#18
HafizMMoaz merged 1 commit into
mainfrom
fix/ci-failures

Conversation

@HafizMMoaz

Copy link
Copy Markdown
Member

The test job on main was failing with 18 errors, all Call to undefined function xdebug_get_headers().

Tests\Session\TestCase inspects sent headers through xdebug_get_headers(), but CI installed pcov instead of Xdebug. Switched coverage to xdebug and set xdebug.mode="develop,coverage".

🤖 Generated with Claude Code

The `test` job on main was failing with 18 errors, all `Call to undefined function xdebug_get_headers()`.

`Tests\Session\TestCase` inspects sent headers through `xdebug_get_headers()`, but CI installed pcov instead of Xdebug. Switched `coverage` to `xdebug` and set `xdebug.mode="develop,coverage"`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@HafizMMoaz
HafizMMoaz merged commit f494e26 into main Jul 22, 2026
2 checks passed
@HafizMMoaz
HafizMMoaz deleted the fix/ci-failures branch July 22, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant