Library that provides collection, processing, and rendering functionality for PHP code coverage information.
0
stars
0
forks
source link
Default determineBranchCoverage to false (makes current tests pass again) #21
Closed
jamesthomasonjr closed 5 years ago
This just defaults CodeCoverage::determineBranchCoverage to false, which makes the xdebug portion of the tests pass again.
Line 250 (now 252) was passing
null
, causing the tests to fail.