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

[5.1] phpunit update #42528

Closed
brianteeman opened this issue Dec 15, 2023 · 2 comments
Closed

[5.1] phpunit update #42528

brianteeman opened this issue Dec 15, 2023 · 2 comments

Comments

@brianteeman
Copy link
Contributor

The version of phpunit currently used (9.6) is end of support on Feb 2nd. We can not currently upgrade to the latest stable release (10) as at least one test will need to be updated

Joomla\Tests\Unit\Libraries\Cms\Session\SessionManagerTest::testDestroySessionsWithFailure

The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.

@rdeutz
Copy link
Contributor

rdeutz commented Apr 27, 2024

closing because we have a PR #43381

@rdeutz rdeutz closed this as completed Apr 27, 2024
@brianteeman
Copy link
Contributor Author

The PR does not solve the issue reported as even with that pr we are still using an out of date and unsupported version of phpunit

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

No branches or pull requests

4 participants