phpstan / phpstan-phpunit

PHPUnit extensions and rules for PHPStan
MIT License
468 stars 46 forks source link

Add tip to error when a not fully qualified name is seen in @covers annotation. #168

Closed mad-briller closed 1 year ago

mad-briller commented 1 year ago

This is a mistake i see made fairly often and is only raised as an issue by phpunit when actually generating coverage reports, which is often only done in ci and not when running locally, so would be great to give the feedback sooner.

ondrejmirtes commented 1 year ago

Thank you!