From 01daf0316cc3dfa262bdc676460f66ca97588f88 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 29 May 2020 22:44:41 +0200 Subject: [PATCH] refacto: removes unused code about coverage --- src/TestSuite.php | 14 -------------- 1 file changed, 14 deletions(-) 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. *