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
Hi,
After running some PHPUnit with code coverage to some files, I came up with this trouble:
The use function imports are marked as red while you can see the class is marked as @codeCoverageIgnore.
I tried to set the flag above, but it didn't work neither.
Is this really a bug or am I doing it wrong? (I mean, I shouldn't ignore code coverage, but I need to do it at the current step of my project...).
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi,

After running some PHPUnit with code coverage to some files, I came up with this trouble:
The
use function
imports are marked as red while you can see the class is marked as@codeCoverageIgnore
.I tried to set the flag above, but it didn't work neither.
Is this really a bug or am I doing it wrong? (I mean, I shouldn't ignore code coverage, but I need to do it at the current step of my project...).
Thanks a lot.
The text was updated successfully, but these errors were encountered: