diff --git a/src/TestSuite.php b/src/TestSuite.php index 311fa644..2d2bbfd8 100644 --- a/src/TestSuite.php +++ b/src/TestSuite.php @@ -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. *