-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 #4600
Labels
feature/configuration/xml
feature/test-runner
CLI test runner
type/backward-compatibility
Something will be/is intentionally broken
Milestone
Comments
ZaneCEO
added a commit
to TurboLabIt/webstackup
that referenced
this issue
Feb 24, 2024
--cache-result-file is no longer available in phpunit 11 - https://youtrack.jetbrains.com/issue/WI-75593 - sebastianbergmann/phpunit#4600
sebastianbergmann
added a commit
that referenced
this issue
Apr 28, 2024
kayw-geek
added a commit
to kayw-geek/phpunit
that referenced
this issue
Aug 5, 2024
Bellangelo
added a commit
to Bellangelo/flow
that referenced
this issue
Jan 15, 2025
norberttech
added a commit
to flow-php/flow
that referenced
this issue
Jan 17, 2025
* Update PHPUnit to v11.5.3 * Constructor of TestCase is now final * In PHPUnit11 providers need to be static * In PHPUnit11 providers need to be static * Fix styling * CacheResultFile is removed. See sebastianbergmann/phpunit#4600 * PHPStan complain that readonly properties must be handled inside the constructor * Fix cache issues * Invalidate cache * Remove composer cache * Revert changed environment variable * Call parent to initialise variables * Revert changes in Github Action * Bump symfonycasts/tailwind-bundle from 0.5.3 to 0.6.1 in /web/landing (#1376) Bumps [symfonycasts/tailwind-bundle](https://github.com/SymfonyCasts/tailwind-bundle) from 0.5.3 to 0.6.1. - [Release notes](https://github.com/SymfonyCasts/tailwind-bundle/releases) - [Commits](SymfonyCasts/tailwind-bundle@v0.5.3...v0.6.1) --- updated-dependencies: - dependency-name: symfonycasts/tailwind-bundle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Updated CHANGELOG.md * Added and/or/andNot/orNot to ScalarFunctionsChain (#1378) * Bump coduo/php-humanizer from 4.0.3 to 5.0.0 in /web/landing (#1373) Bumps [coduo/php-humanizer](https://github.com/coduo/php-humanizer) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/coduo/php-humanizer/releases) - [Changelog](https://github.com/coduo/php-humanizer/blob/5.x/CHANGELOG.md) - [Upgrade guide](https://github.com/coduo/php-humanizer/blob/5.x/UPGRADE.md) - [Commits](coduo/php-humanizer@4.0.3...5.0.0) --- updated-dependencies: - dependency-name: coduo/php-humanizer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Updated CHANGELOG.md * Fix conflicts * Updated CHANGELOG.md * Bump async-aws/s3 from 2.6.0 to 2.7.0 (#1381) Bumps [async-aws/s3](https://github.com/async-aws/s3) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/async-aws/s3/releases) - [Changelog](https://github.com/async-aws/s3/blob/master/CHANGELOG.md) - [Commits](async-aws/s3@2.6.0...2.7.0) --- updated-dependencies: - dependency-name: async-aws/s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added elasticsearch examples (#1384) * Updated CHANGELOG.md * Fix dependencies * Fix styling * Remove duplicated path --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aeon-automation <[email protected]> Co-authored-by: Norbert Orzechowicz <[email protected]>
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
cacheResultFile
attribute of the<phpunit>
root element (as well as the--cache-result-file <file>
CLI option)cacheDirectory
attribute of the<coverage>
element (as well as the--coverage-cache <dir>
CLI option)The text was updated successfully, but these errors were encountered: