there is a RequiresPhpunit attribute which supports similar version constraints RequiresPhp does, e.g. #[RequiresPhpunit('>= 10.1.0')]
https://docs.phpunit.de/en/10.5/attributes.html#requiresphpunit
we should run the same sanity checks on it. see initial implementation in
there is a
RequiresPhpunitattribute which supports similar version constraintsRequiresPhpdoes, e.g.#[RequiresPhpunit('>= 10.1.0')]https://docs.phpunit.de/en/10.5/attributes.html#requiresphpunit
we should run the same sanity checks on it. see initial implementation in
#[RequiresPhp]value and range #269