mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
refacto: removes unused code about coverage
This commit is contained in:
@ -30,20 +30,6 @@ final class TestSuite
|
|||||||
*/
|
*/
|
||||||
public $tests;
|
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.
|
* Holds the before each repository.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user