Markus Staab
Markus Staab
> I suppose we have to really revisit the idea of profiles, because there's no other tool that would remind me that I'm using `sleep()` the wrong way IMO infection...
> Or we can block this PR for some time and really create "levels" & "profiles" - seems like it sounds in every ticket we are discussing last weeks :)...
> I think in 90% of the cases, it will be a test with #[CoversClass] attributes hence it will not be all the files, just the ones covered by the...
> Symfony\Bridge\PhpUnit\CoverageListener this bridge is deprecated. --- phpunit is able to infer the which tests need to be run, when invoking it with a code-unit. maybe we can do something...
> could you please rebase this PR and resolve conflicts? @Wirone done
moved the code to a dev-tools/phpstan. should I regenerate the baseline? I did not yet do that as this might easily produce conflicts with other PRs. the CI job looks...
just updated the PR to the latest RegexArrayShapeMatcher api (which adds [support for `preg_quoted()` patterns](https://github.com/phpstan/phpstan-src/pull/3233)), which means this PR will require PHPStan 1.11.8 as a minimum version (not yet released)
added support for `matchAll` (requires another PHPStan update)
let me know whether there is anything I can do to help getting this landed.
> tests are also nice to have I will add tests sometime this week