jmrieger / php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.
Other
0 stars 0 forks source link

Default determineBranchCoverage to false (makes current tests pass again) #21

Closed jamesthomasonjr closed 5 years ago

jamesthomasonjr commented 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.

$this->driver->setDetermineBranchCoverage($this->determineBranchCoverage);