Avoid Unintended Coverage in PHPUnit is a good measure of the quality of your tests. It can also be misleading through what I’d like to call ‘unintended coverage’ The problem with unintended coverage remains: you never wrote tests with intention to check for the output and behavior of another part of your system.
•6m read time• From medium.com
Table of contents
Avoid Unintended Coverage in PHPUnitUnintended CoverageFinding Unintended Coverage Through AnnotationsBeing Strict For New or Mature ProjectsFinal ThoughtsSort: