function Thresholds::default
4 calls to Thresholds::default()
- CodeCoverage::generateReports in vendor/
phpunit/ phpunit/ src/ Runner/ CodeCoverage.php - Facade::__construct in vendor/
phpunit/ php-code-coverage/ src/ Report/ Html/ Facade.php - Loader::codeCoverage in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php - Merger::merge in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Merger.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Report/ Thresholds.php, line 22
Class
- Thresholds
- @psalm-immutable
Namespace
SebastianBergmann\CodeCoverage\ReportCode
public static function default() : self {
return new self(50, 90);
}