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

Enhancement: Add support for phpunit/phpunit:^7.2.0 #447

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Dec 21, 2023

This pull request

  • adds support for phpunit/phpunit:^7.2.0

Fixes #442.

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (405e6b9) 70.48% compared to head (1f8dc80) 70.54%.

Files Patch % Lines
src/Extension.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #447      +/-   ##
============================================
+ Coverage     70.48%   70.54%   +0.05%     
  Complexity      110      110              
============================================
  Files            26       26              
  Lines           515      516       +1     
============================================
+ Hits            363      364       +1     
  Misses          152      152              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@localheinz localheinz changed the title Enhancement: Add support for phpunit/phpunit:^7.0.0 Enhancement: Add support for phpunit/phpunit:^7.1.0 Dec 21, 2023
@localheinz localheinz force-pushed the feature/phpunit-7 branch 3 times, most recently from fd38e6b to a15103c Compare December 21, 2023 13:50
@localheinz localheinz changed the title Enhancement: Add support for phpunit/phpunit:^7.1.0 Enhancement: Add support for phpunit/phpunit:^7.2.0 Dec 21, 2023
@localheinz localheinz force-pushed the feature/phpunit-7 branch 2 times, most recently from 8dfdd26 to 0e1efe0 Compare December 21, 2023 13:54
@localheinz localheinz merged commit 0547146 into main Dec 21, 2023
38 of 39 checks passed
@localheinz localheinz deleted the feature/phpunit-7 branch December 21, 2023 14:17
@@ -16,6 +16,7 @@ This project provides a [`composer`](https://getcomposer.org) package and a [Pha

The extension is compatible with the following versions of `phpunit/phpunit`:

- [`phpunit/phpunit:^7.2.0`](https://github.com/sebastianbergmann/phpunit/tree/7.2.0)

Choose a reason for hiding this comment

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

Suggested change
- [`phpunit/phpunit:^7.2.0`](https://github.com/sebastianbergmann/phpunit/tree/7.2.0)
- [`phpunit/phpunit:^7.1.0`](https://github.com/sebastianbergmann/phpunit/tree/7.1.0)

As of composer.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for phpunit/phpunit:^7.2.0
3 participants