Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade #2

Closed
wants to merge 13 commits into from
Closed

Upgrade #2

wants to merge 13 commits into from

Conversation

mk-mxp
Copy link
Owner

@mk-mxp mk-mxp commented Mar 31, 2024

Test CI

mk-mxp added 13 commits March 30, 2024 09:03
This is required, because PHPUnit 9.6+ no longer fails for syntax errors
with exit code 255. Instead, it converts the errors to exceptions and
handles them the same as every other exception (like the ones we use in
students stubs).

Use "all-fail" to show, that exceptions are now reported as individual
failing tests (for all tests here). This was based on a syntax error,
too. But that does not work like this test expected anymore.
This is recommended by test runner specification.
This allows easy modification for development.
PHPUnit 10 no longer includes data of data sets in its output.
@mk-mxp mk-mxp closed this Mar 31, 2024
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