refacto: removes unused code about coverage

This commit is contained in:
Nuno Maduro
2020-05-29 22:44:41 +02:00
parent 1f2976c0e0
commit 01daf0316c

View File

@ -30,20 +30,6 @@ final class TestSuite
*/
public $tests;
/**
* Whether should show the coverage or not.
*
* @var bool
*/
public $coverage = false;
/**
* The minimum coverage.
*
* @var float
*/
public $coverageMin = 0.0;
/**
* Holds the before each repository.
*