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

Fix deprecations for abstract test classes in PHPUnit 9.6 #1077

Merged
merged 1 commit into from Jun 22, 2023

Conversation

thomascorthals
Copy link
Member

sebastianbergmann/phpunit#5132 deprecates using the "Test" suffix for abstract test case classes without providing any reason or explanation.

Renaming them from *Test to *TestCase seems to be the common practice in other projects.

@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (abb4b7c) 97.43% compared to head (cce1f92) 97.43%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1077   +/-   ##
=======================================
  Coverage   97.43%   97.43%           
=======================================
  Files         389      389           
  Lines       10139    10139           
=======================================
  Hits         9879     9879           
  Misses        260      260           
Flag Coverage Δ
unittests 97.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mkalkbrenner mkalkbrenner merged commit adcf811 into solariumphp:master Jun 22, 2023
34 checks passed
@thomascorthals thomascorthals deleted the tests branch June 22, 2023 11:55
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.

None yet

2 participants