Skip to content

Regenerate PHPUnit config to get modern tightened settings.#112

Merged
Crell merged 1 commit into
masterfrom
test-tightening
Jun 23, 2026
Merged

Regenerate PHPUnit config to get modern tightened settings.#112
Crell merged 1 commit into
masterfrom
test-tightening

Conversation

@Crell

@Crell Crell commented Jun 23, 2026

Copy link
Copy Markdown
Owner

I was going to resolve #104 piecemeal, but for whatever reason PHPUnit didn't like that. So I just regenerated it with the new, modern template and tweaked from there.

@Crell Crell merged commit 5df8611 into master Jun 23, 2026
6 checks passed
@Crell Crell deleted the test-tightening branch June 23, 2026 15:50
Comment thread phpunit.xml.dist
<ini name="display_startup_errors" value="on" />
<ini name="error_reporting" value="-1" />
<ini name="assert.exceptions" value="1" />
<ini name="xdebug.show_show_exception_trace" value="on" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a typo. Do you mean this: https://xdebug.org/docs/all_settings#show_exception_trace ?

Suggested change
<ini name="xdebug.show_show_exception_trace" value="on" />
<ini name="xdebug.show_exception_trace" value="on" />

Comment thread phpunit.xml.dist
Comment on lines +10 to +14
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true"
failOnNotice="true"
failOnDeprecation="true"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true"
failOnNotice="true"
failOnDeprecation="true"
failOnAllIssues="true"

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.

Stricter CI checks

3 participants