Uh oh!
There was an error while loading. Please reload this page.
chore: Fix phpunit deprecations - #9402
Conversation
neznaika0
commented
Jan 12, 2025
It is possible to specify a local version vendor/phpunit/phpunit/phpunit.xsd for better compatibility. |
Uh oh!
There was an error while loading. Please reload this page.
paulbalandan
commented
Jan 13, 2025
Yes, this is what I'm doing in my libraries. It ensures you are using the latest schema of the phpunit version you are running. |
@paulbalandan sorry, offtop. Delete it after. Who has access to the mail admin@codeigniter.com ? I have sent an email, but there is no response yet. Should I open a security PR? EDIT: oh, send to security@codeigniter.com |
paulbalandan
commented
Jan 13, 2025
Thanks. I've asked in slack. I'll update once I got alternate email. |
paulbalandan
commented
Jan 14, 2025
Yes, I've confirmed this. You can send your report there. |
Description
includeUncoveredFilesis missing from XSD for 11.5. Although this parameter is available in the documentation.CoversTraitis deprecated. I didn't understand what it was for. Tell me if this is a test error. See Deprecate support for#[CoversTrait]and#[UsesTrait]attributes sebastianbergmann/phpunit#5958Checklist: