You can disable the logging part in your phpunit.xml or run the command with --no-coverage or mark the test with the annotation: @coversNothing
Jan 20, 2019
9
Level 1
Reset / Turn off phpunit test coverage in PhpStrom
I have a noob question, How can I disable the line highlighting after running a test with coverage?

Level 7
Ok when you're point to the Run > Edit configurations. Look for your configuration and fill in the Test runner options field the "no-coverage" option mentioned above. More about those options: https://phpunit.de/manual/6.5/en/textui.html
Please or to participate in this conversation.