4545 private string $ coverageHtmlColorWarning ;
4646 private string $ coverageHtmlColorDanger ;
4747 private ?string $ coverageHtmlCustomCssFile ;
48+ private string $ coverageHtmlTheme ;
4849 private ?string $ coveragePhp ;
4950 private ?string $ coverageText ;
5051 private bool $ coverageTextShowUncoveredFiles ;
146147 * @psalm-param non-empty-list<non-empty-string> $testSuffixes
147148 * @psalm-param list<array{className: class-string, parameters: array<string, string>}> $extensionBootstrappers
148149 */
149- public function __construct (array $ cliArguments , ?string $ configurationFile , ?string $ bootstrap , bool $ cacheResult , ?string $ cacheDirectory , ?string $ coverageCacheDirectory , Source $ source , string $ testResultCacheFile , ?string $ coverageClover , ?string $ coverageCobertura , ?string $ coverageCrap4j , int $ coverageCrap4jThreshold , ?string $ coverageHtml , int $ coverageHtmlLowUpperBound , int $ coverageHtmlHighLowerBound , string $ coverageHtmlColorSuccessLow , string $ coverageHtmlColorSuccessMedium , string $ coverageHtmlColorSuccessHigh , string $ coverageHtmlColorWarning , string $ coverageHtmlColorDanger , ?string $ coverageHtmlCustomCssFile , ?string $ coveragePhp , ?string $ coverageText , bool $ coverageTextShowUncoveredFiles , bool $ coverageTextShowOnlySummary , ?string $ coverageXml , bool $ pathCoverage , bool $ ignoreDeprecatedCodeUnitsFromCodeCoverage , bool $ disableCodeCoverageIgnore , bool $ failOnDeprecation , bool $ failOnEmptyTestSuite , bool $ failOnIncomplete , bool $ failOnNotice , bool $ failOnRisky , bool $ failOnSkipped , bool $ failOnWarning , bool $ stopOnDefect , bool $ stopOnDeprecation , bool $ stopOnError , bool $ stopOnFailure , bool $ stopOnIncomplete , bool $ stopOnNotice , bool $ stopOnRisky , bool $ stopOnSkipped , bool $ stopOnWarning , bool $ outputToStandardErrorStream , int |string $ columns , bool $ noExtensions , ?string $ pharExtensionDirectory , array $ extensionBootstrappers , bool $ backupGlobals , bool $ backupStaticProperties , bool $ beStrictAboutChangesToGlobalState , bool $ colors , bool $ processIsolation , bool $ enforceTimeLimit , int $ defaultTimeLimit , int $ timeoutForSmallTests , int $ timeoutForMediumTests , int $ timeoutForLargeTests , bool $ reportUselessTests , bool $ strictCoverage , bool $ disallowTestOutput , bool $ displayDetailsOnIncompleteTests , bool $ displayDetailsOnSkippedTests , bool $ displayDetailsOnTestsThatTriggerDeprecations , bool $ displayDetailsOnTestsThatTriggerErrors , bool $ displayDetailsOnTestsThatTriggerNotices , bool $ displayDetailsOnTestsThatTriggerWarnings , bool $ reverseDefectList , bool $ requireCoverageMetadata , bool $ noProgress , bool $ noResults , bool $ noOutput , int $ executionOrder , int $ executionOrderDefects , bool $ resolveDependencies , ?string $ logfileTeamcity , ?string $ logfileJunit , ?string $ logfileTestdoxHtml , ?string $ logfileTestdoxText , ?string $ logEventsText , ?string $ logEventsVerboseText , bool $ teamCityOutput , bool $ testDoxOutput , ?array $ testsCovering , ?array $ testsUsing , ?string $ filter , ?string $ excludeFilter , ?array $ groups , ?array $ excludeGroups , int $ randomOrderSeed , bool $ includeUncoveredFiles , TestSuiteCollection $ testSuite , string $ includeTestSuite , string $ excludeTestSuite , ?string $ defaultTestSuite , array $ testSuffixes , Php $ php , bool $ controlGarbageCollector , int $ numberOfTestsBeforeGarbageCollection , ?string $ generateBaseline , bool $ debug )
150+ public function __construct (array $ cliArguments , ?string $ configurationFile , ?string $ bootstrap , bool $ cacheResult , ?string $ cacheDirectory , ?string $ coverageCacheDirectory , Source $ source , string $ testResultCacheFile , ?string $ coverageClover , ?string $ coverageCobertura , ?string $ coverageCrap4j , int $ coverageCrap4jThreshold , ?string $ coverageHtml , int $ coverageHtmlLowUpperBound , int $ coverageHtmlHighLowerBound , string $ coverageHtmlColorSuccessLow , string $ coverageHtmlColorSuccessMedium , string $ coverageHtmlColorSuccessHigh , string $ coverageHtmlColorWarning , string $ coverageHtmlColorDanger , ?string $ coverageHtmlCustomCssFile , string $ coverageHtmlTheme , ?string $ coveragePhp , ?string $ coverageText , bool $ coverageTextShowUncoveredFiles , bool $ coverageTextShowOnlySummary , ?string $ coverageXml , bool $ pathCoverage , bool $ ignoreDeprecatedCodeUnitsFromCodeCoverage , bool $ disableCodeCoverageIgnore , bool $ failOnDeprecation , bool $ failOnEmptyTestSuite , bool $ failOnIncomplete , bool $ failOnNotice , bool $ failOnRisky , bool $ failOnSkipped , bool $ failOnWarning , bool $ stopOnDefect , bool $ stopOnDeprecation , bool $ stopOnError , bool $ stopOnFailure , bool $ stopOnIncomplete , bool $ stopOnNotice , bool $ stopOnRisky , bool $ stopOnSkipped , bool $ stopOnWarning , bool $ outputToStandardErrorStream , int |string $ columns , bool $ noExtensions , ?string $ pharExtensionDirectory , array $ extensionBootstrappers , bool $ backupGlobals , bool $ backupStaticProperties , bool $ beStrictAboutChangesToGlobalState , bool $ colors , bool $ processIsolation , bool $ enforceTimeLimit , int $ defaultTimeLimit , int $ timeoutForSmallTests , int $ timeoutForMediumTests , int $ timeoutForLargeTests , bool $ reportUselessTests , bool $ strictCoverage , bool $ disallowTestOutput , bool $ displayDetailsOnIncompleteTests , bool $ displayDetailsOnSkippedTests , bool $ displayDetailsOnTestsThatTriggerDeprecations , bool $ displayDetailsOnTestsThatTriggerErrors , bool $ displayDetailsOnTestsThatTriggerNotices , bool $ displayDetailsOnTestsThatTriggerWarnings , bool $ reverseDefectList , bool $ requireCoverageMetadata , bool $ noProgress , bool $ noResults , bool $ noOutput , int $ executionOrder , int $ executionOrderDefects , bool $ resolveDependencies , ?string $ logfileTeamcity , ?string $ logfileJunit , ?string $ logfileTestdoxHtml , ?string $ logfileTestdoxText , ?string $ logEventsText , ?string $ logEventsVerboseText , bool $ teamCityOutput , bool $ testDoxOutput , ?array $ testsCovering , ?array $ testsUsing , ?string $ filter , ?string $ excludeFilter , ?array $ groups , ?array $ excludeGroups , int $ randomOrderSeed , bool $ includeUncoveredFiles , TestSuiteCollection $ testSuite , string $ includeTestSuite , string $ excludeTestSuite , ?string $ defaultTestSuite , array $ testSuffixes , Php $ php , bool $ controlGarbageCollector , int $ numberOfTestsBeforeGarbageCollection , ?string $ generateBaseline , bool $ debug )
150151 {
151152 $ this ->cliArguments = $ cliArguments ;
152153 $ this ->configurationFile = $ configurationFile ;
@@ -169,6 +170,7 @@ public function __construct(array $cliArguments, ?string $configurationFile, ?st
169170 $ this ->coverageHtmlColorWarning = $ coverageHtmlColorWarning ;
170171 $ this ->coverageHtmlColorDanger = $ coverageHtmlColorDanger ;
171172 $ this ->coverageHtmlCustomCssFile = $ coverageHtmlCustomCssFile ;
173+ $ this ->coverageHtmlTheme = $ coverageHtmlTheme ;
172174 $ this ->coveragePhp = $ coveragePhp ;
173175 $ this ->coverageText = $ coverageText ;
174176 $ this ->coverageTextShowUncoveredFiles = $ coverageTextShowUncoveredFiles ;
@@ -510,6 +512,11 @@ public function coverageHtmlColorDanger(): string
510512 return $ this ->coverageHtmlColorDanger ;
511513 }
512514
515+ public function coverageHtmlTheme (): string
516+ {
517+ return $ this ->coverageHtmlTheme ;
518+ }
519+
513520 /**
514521 * @psalm-assert-if-true !null $this->coverageHtmlCustomCssFile
515522 */
0 commit comments