You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main reason is that Phpstan does not respect phpunit methods like:
`markTestSkipped()` and `markTestIncomplete()`.
Since tests is pseudo code/tooling I choose to take the approach to skip
Phpstan scanning in out unit tests.
Read more here:
phpstan/phpstan-phpunit#52 (comment)
0 commit comments