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

[BUGFIX] Remove unavailable PHPUnit configuration option #1395

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

oliverklee
Copy link
Contributor

The PHPUnit configuration option controlGarbageCollector was introduced for PHPUnit 10 and 11 only and hence is not available for version 9 yet (the version we're using). So we cannot use this configuration option yet.

This reverts commit 7dea2dd.

The PHPUnit configuration option `controlGarbageCollector` was
introduced for PHPUnit 10 and 11 only and hence is not available
for version 9 yet (the version we're using). So we cannot use
this configuration option yet.

This reverts commit 7dea2dd.
@oliverklee oliverklee added this to the 4.0.0: Breaking changes milestone Jul 30, 2024
@oliverklee oliverklee self-assigned this Jul 30, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10160833324

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 10149283985: 0.0%
Covered Lines: 46
Relevant Lines: 46

💛 - Coveralls

@oliverklee oliverklee added the bug Something isn't working label Jul 30, 2024
@oliverklee oliverklee merged commit 8d80a25 into main Jul 30, 2024
53 checks passed
@oliverklee oliverklee deleted the task/refert branch July 30, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants