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

Remove support for old cache configuration #5432

Conversation

sebastianbergmann
Copy link
Owner

No description provided.

@sebastianbergmann sebastianbergmann added type/backward-compatibility Something will be/is intentionally broken feature/test-runner CLI test runner feature/configuration/xml labels Jun 27, 2023
@sebastianbergmann sebastianbergmann added this to the PHPUnit 11.0 milestone Jun 27, 2023
@sebastianbergmann sebastianbergmann self-assigned this Jun 27, 2023
@sebastianbergmann sebastianbergmann linked an issue Jun 27, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #5432 (ef64f0a) into main (03dd125) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #5432      +/-   ##
============================================
+ Coverage     88.25%   88.29%   +0.03%     
+ Complexity     6348     6326      -22     
============================================
  Files           677      677              
  Lines         20244    20182      -62     
============================================
- Hits          17867    17819      -48     
+ Misses         2377     2363      -14     
Files Coverage Δ
src/TextUI/Configuration/Cli/Builder.php 87.15% <ø> (+0.48%) ⬆️
src/TextUI/Configuration/Cli/Configuration.php 74.75% <100.00%> (+0.70%) ⬆️
src/TextUI/Configuration/Merger.php 91.78% <100.00%> (+0.24%) ⬆️
...UI/Configuration/Xml/CodeCoverage/CodeCoverage.php 53.33% <100.00%> (-1.22%) ⬇️
.../TextUI/Configuration/Xml/DefaultConfiguration.php 98.30% <ø> (-0.03%) ⬇️
src/TextUI/Configuration/Xml/Loader.php 97.19% <ø> (-0.06%) ⬇️
src/TextUI/Configuration/Xml/PHPUnit.php 97.64% <100.00%> (+0.47%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch 2 times, most recently from 801d290 to dc3f294 Compare July 14, 2023 06:23
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch 3 times, most recently from d93c7de to d249ffa Compare July 19, 2023 07:23
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch 4 times, most recently from f36f18a to 04a47db Compare July 26, 2023 06:28
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch 2 times, most recently from cbc3682 to 05d8073 Compare August 7, 2023 12:26
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch 3 times, most recently from fc38bee to e543302 Compare August 19, 2023 11:50
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch from e543302 to d884b15 Compare August 30, 2023 12:36
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch 2 times, most recently from add1750 to 9961219 Compare September 11, 2023 13:35
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch from 9961219 to 3c281a2 Compare September 15, 2023 11:27
@sebastianbergmann sebastianbergmann force-pushed the 4600-remove-support-for-old-cache-configuration branch from 3c281a2 to ef64f0a Compare October 13, 2023 08:18
@sebastianbergmann sebastianbergmann removed this from the PHPUnit 11.0 milestone Oct 13, 2023
@sebastianbergmann sebastianbergmann deleted the 4600-remove-support-for-old-cache-configuration branch October 24, 2023 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/configuration/xml feature/test-runner CLI test runner type/backward-compatibility Something will be/is intentionally broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for old cache configuration
1 participant