| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| class DeprecatedVersionFormat extends TestCase | ||
| { | ||
| #[RequiresPhp('8.0')] |
There was a problem hiding this comment.
in a followup I want to emit errors when the version contstraint used within #[RequiresPhp('8.0')] does not fit into the php version used for analysis (detecting tests which require php-versions no longer supported in the project)
Sorry, something went wrong.
There was a problem hiding this comment.
implemented in #269
Sorry, something went wrong.
|
Yeah, this is really needed, I made this mistake a few times myself. |
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
using #[RequiresPhp('8.3')] without a version operator like >=, ^ or similar is deprecated as of PHPUnit 12.4 and was removed in PHPUnit 13.0
refs sebastianbergmann/phpunit#6355