Documentation

Configuration
in package

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Constants

COLOR_ALWAYS  : mixed = 'always'
COLOR_AUTO  : mixed = 'auto'
COLOR_DEFAULT  : mixed = self::COLOR_NEVER
COLOR_NEVER  : mixed = 'never'

Properties

$backupGlobals  : bool
$backupStaticProperties  : bool
$beStrictAboutChangesToGlobalState  : bool
$bootstrap  : string|null
$cacheDirectory  : string|null
$cacheResult  : bool
$cliArguments  : array<int, non-empty-string>
$colors  : bool
$columns  : int
$configurationFile  : string|null
$controlGarbageCollector  : bool
$coverageCacheDirectory  : string|null
$coverageClover  : string|null
$coverageCobertura  : string|null
$coverageCrap4j  : string|null
$coverageCrap4jThreshold  : int
$coverageHtml  : string|null
$coverageHtmlColorDanger  : string
$coverageHtmlColorSuccessHigh  : string
$coverageHtmlColorSuccessLow  : string
$coverageHtmlColorSuccessMedium  : string
$coverageHtmlColorWarning  : string
$coverageHtmlCustomCssFile  : string|null
$coverageHtmlHighLowerBound  : int
$coverageHtmlLowUpperBound  : int
$coveragePhp  : string|null
$coverageText  : string|null
$coverageTextShowOnlySummary  : bool
$coverageTextShowUncoveredFiles  : bool
$coverageXml  : string|null
$debug  : bool
$defaultTestSuite  : string|null
$defaultTimeLimit  : int
$disableCodeCoverageIgnore  : bool
$disallowTestOutput  : bool
$displayDetailsOnAllIssues  : bool
$displayDetailsOnIncompleteTests  : bool
$displayDetailsOnPhpunitDeprecations  : bool
$displayDetailsOnSkippedTests  : bool
$displayDetailsOnTestsThatTriggerDeprecations  : bool
$displayDetailsOnTestsThatTriggerErrors  : bool
$displayDetailsOnTestsThatTriggerNotices  : bool
$displayDetailsOnTestsThatTriggerWarnings  : bool
$doNotFailOnDeprecation  : bool
$doNotFailOnEmptyTestSuite  : bool
$doNotFailOnIncomplete  : bool
$doNotFailOnNotice  : bool
$doNotFailOnPhpunitDeprecation  : bool
$doNotFailOnPhpunitWarning  : bool
$doNotFailOnRisky  : bool
$doNotFailOnSkipped  : bool
$doNotFailOnWarning  : bool
$enforceTimeLimit  : bool
$excludeFilter  : string|null
$excludeGroups  : array<int, non-empty-string>
$excludeTestSuite  : string
$executionOrder  : int
$executionOrderDefects  : int
$extensionBootstrappers  : array<int, array{className: non-empty-string, parameters: array}>
$failOnAllIssues  : bool
$failOnDeprecation  : bool
$failOnEmptyTestSuite  : bool
$failOnIncomplete  : bool
$failOnNotice  : bool
$failOnPhpunitDeprecation  : bool
$failOnPhpunitWarning  : bool
$failOnRisky  : bool
$failOnSkipped  : bool
$failOnWarning  : bool
$filter  : string|null
$generateBaseline  : string|null
$groups  : array<int, non-empty-string>
$ignoreDeprecatedCodeUnitsFromCodeCoverage  : bool
$includeTestSuite  : string
$includeUncoveredFiles  : bool
$logEventsText  : string|null
$logEventsVerboseText  : string|null
$logfileJunit  : string|null
$logfileTeamcity  : string|null
$logfileTestdoxHtml  : string|null
$logfileTestdoxText  : string|null
$noExtensions  : bool
$noOutput  : bool
$noProgress  : bool
$noResults  : bool
$numberOfTestsBeforeGarbageCollection  : int
$outputToStandardErrorStream  : bool
$pathCoverage  : bool
$pharExtensionDirectory  : non-empty-string|null
$php  : Php
$processIsolation  : bool
$randomOrderSeed  : int
$reportUselessTests  : bool
$requireCoverageMetadata  : bool
$resolveDependencies  : bool
$reverseDefectList  : bool
$shortenArraysForExportThreshold  : int
$source  : Source
$specificDeprecationToStopOn  : string|null
$stopOnDefect  : bool
$stopOnDeprecation  : bool
$stopOnError  : bool
$stopOnFailure  : bool
$stopOnIncomplete  : bool
$stopOnNotice  : bool
$stopOnRisky  : bool
$stopOnSkipped  : bool
$stopOnWarning  : bool
$strictCoverage  : bool
$teamCityOutput  : bool
$testDoxOutput  : bool
$testDoxOutputSummary  : bool
$testResultCacheFile  : string
$testsCovering  : array<int, non-empty-string>|null
$testsRequiringPhpExtension  : array<int, non-empty-string>|null
$testSuffixes  : array<int, non-empty-string>
$testSuite  : TestSuiteCollection
$testsUsing  : array<int, non-empty-string>|null
$timeoutForLargeTests  : int
$timeoutForMediumTests  : int
$timeoutForSmallTests  : int

Methods

__construct()  : mixed
backupGlobals()  : bool
backupStaticProperties()  : bool
beStrictAboutChangesToGlobalState()  : bool
bootstrap()  : string
cacheDirectory()  : string
cacheResult()  : bool
cliArguments()  : array<int, non-empty-string>
colors()  : bool
columns()  : int
configurationFile()  : string
controlGarbageCollector()  : bool
coverageCacheDirectory()  : string
coverageClover()  : string
coverageCobertura()  : string
coverageCrap4j()  : string
coverageCrap4jThreshold()  : int
coverageHtml()  : string
coverageHtmlColorDanger()  : string
coverageHtmlColorSuccessHigh()  : string
coverageHtmlColorSuccessLow()  : string
coverageHtmlColorSuccessMedium()  : string
coverageHtmlColorWarning()  : string
coverageHtmlCustomCssFile()  : string
coverageHtmlHighLowerBound()  : int
coverageHtmlLowUpperBound()  : int
coveragePhp()  : string
coverageText()  : string
coverageTextShowOnlySummary()  : bool
coverageTextShowUncoveredFiles()  : bool
coverageXml()  : string
debug()  : bool
defaultTestSuite()  : string
defaultTimeLimit()  : int
disableCodeCoverageIgnore()  : bool
disallowTestOutput()  : bool
displayDetailsOnAllIssues()  : bool
displayDetailsOnIncompleteTests()  : bool
displayDetailsOnPhpunitDeprecations()  : bool
displayDetailsOnSkippedTests()  : bool
displayDetailsOnTestsThatTriggerDeprecations()  : bool
displayDetailsOnTestsThatTriggerErrors()  : bool
displayDetailsOnTestsThatTriggerNotices()  : bool
displayDetailsOnTestsThatTriggerWarnings()  : bool
doNotFailOnDeprecation()  : bool
doNotFailOnEmptyTestSuite()  : bool
doNotFailOnIncomplete()  : bool
doNotFailOnNotice()  : bool
doNotFailOnPhpunitDeprecation()  : bool
doNotFailOnPhpunitWarning()  : bool
doNotFailOnRisky()  : bool
doNotFailOnSkipped()  : bool
doNotFailOnWarning()  : bool
enforceTimeLimit()  : bool
excludeFilter()  : string
excludeGroups()  : array<int, non-empty-string>
excludeTestSuite()  : string
executionOrder()  : int
executionOrderDefects()  : int
extensionBootstrappers()  : array<int, array{className: non-empty-string, parameters: array}>
failOnAllIssues()  : bool
failOnDeprecation()  : bool
failOnEmptyTestSuite()  : bool
failOnIncomplete()  : bool
failOnNotice()  : bool
failOnPhpunitDeprecation()  : bool
failOnPhpunitWarning()  : bool
failOnRisky()  : bool
failOnSkipped()  : bool
failOnWarning()  : bool
filter()  : string
generateBaseline()  : string
groups()  : array<int, non-empty-string>
hasBootstrap()  : bool
hasCacheDirectory()  : bool
hasCliArguments()  : bool
hasConfigurationFile()  : bool
hasCoverageCacheDirectory()  : bool
hasCoverageClover()  : bool
hasCoverageCobertura()  : bool
hasCoverageCrap4j()  : bool
hasCoverageHtml()  : bool
hasCoverageHtmlCustomCssFile()  : bool
hasCoveragePhp()  : bool
hasCoverageReport()  : bool
hasCoverageText()  : bool
hasCoverageXml()  : bool
hasDefaultTestSuite()  : bool
hasExcludeFilter()  : bool
hasExcludeGroups()  : bool
hasFilter()  : bool
hasGenerateBaseline()  : bool
hasGroups()  : bool
hasLogEventsText()  : bool
hasLogEventsVerboseText()  : bool
hasLogfileJunit()  : bool
hasLogfileTeamcity()  : bool
hasLogfileTestdoxHtml()  : bool
hasLogfileTestdoxText()  : bool
hasPharExtensionDirectory()  : bool
hasSpecificDeprecationToStopOn()  : bool
hasTestsCovering()  : bool
hasTestsRequiringPhpExtension()  : bool
hasTestsUsing()  : bool
ignoreDeprecatedCodeUnitsFromCodeCoverage()  : bool
includeTestSuite()  : string
includeUncoveredFiles()  : bool
logEventsText()  : string
logEventsVerboseText()  : string
logfileJunit()  : string
logfileTeamcity()  : string
logfileTestdoxHtml()  : string
logfileTestdoxText()  : string
noExtensions()  : bool
noOutput()  : bool
noProgress()  : bool
noResults()  : bool
numberOfTestsBeforeGarbageCollection()  : int
outputIsTeamCity()  : bool
outputIsTestDox()  : bool
outputToStandardErrorStream()  : bool
pathCoverage()  : bool
pharExtensionDirectory()  : non-empty-string
php()  : Php
processIsolation()  : bool
randomOrderSeed()  : int
reportUselessTests()  : bool
requireCoverageMetadata()  : bool
resolveDependencies()  : bool
reverseDefectList()  : bool
shortenArraysForExportThreshold()  : int
source()  : Source
specificDeprecationToStopOn()  : string
stopOnDefect()  : bool
stopOnDeprecation()  : bool
stopOnError()  : bool
stopOnFailure()  : bool
stopOnIncomplete()  : bool
stopOnNotice()  : bool
stopOnRisky()  : bool
stopOnSkipped()  : bool
stopOnWarning()  : bool
strictCoverage()  : bool
testDoxOutputWithSummary()  : bool
testResultCacheFile()  : string
testsCovering()  : array<int, string>
testsRequiringPhpExtension()  : array<int, non-empty-string>
testSuffixes()  : array<int, non-empty-string>
testSuite()  : TestSuiteCollection
testsUsing()  : array<int, string>
timeoutForLargeTests()  : int
timeoutForMediumTests()  : int
timeoutForSmallTests()  : int

Constants

COLOR_DEFAULT

public mixed COLOR_DEFAULT = self::COLOR_NEVER

Properties

$backupStaticProperties

private bool $backupStaticProperties

$beStrictAboutChangesToGlobalState

private bool $beStrictAboutChangesToGlobalState

$cliArguments

private array<int, non-empty-string> $cliArguments

$controlGarbageCollector

private bool $controlGarbageCollector

$coverageCacheDirectory

private string|null $coverageCacheDirectory

$coverageCrap4jThreshold

private int $coverageCrap4jThreshold

$coverageHtmlColorDanger

private string $coverageHtmlColorDanger

$coverageHtmlColorSuccessHigh

private string $coverageHtmlColorSuccessHigh

$coverageHtmlColorSuccessLow

private string $coverageHtmlColorSuccessLow

$coverageHtmlColorSuccessMedium

private string $coverageHtmlColorSuccessMedium

$coverageHtmlColorWarning

private string $coverageHtmlColorWarning

$coverageHtmlCustomCssFile

private string|null $coverageHtmlCustomCssFile

$coverageHtmlHighLowerBound

private int $coverageHtmlHighLowerBound

$coverageHtmlLowUpperBound

private int $coverageHtmlLowUpperBound

$coverageTextShowOnlySummary

private bool $coverageTextShowOnlySummary

$coverageTextShowUncoveredFiles

private bool $coverageTextShowUncoveredFiles

$disableCodeCoverageIgnore

private bool $disableCodeCoverageIgnore

$displayDetailsOnAllIssues

private bool $displayDetailsOnAllIssues

$displayDetailsOnIncompleteTests

private bool $displayDetailsOnIncompleteTests

$displayDetailsOnPhpunitDeprecations

private bool $displayDetailsOnPhpunitDeprecations

$displayDetailsOnSkippedTests

private bool $displayDetailsOnSkippedTests

$displayDetailsOnTestsThatTriggerDeprecations

private bool $displayDetailsOnTestsThatTriggerDeprecations

$displayDetailsOnTestsThatTriggerErrors

private bool $displayDetailsOnTestsThatTriggerErrors

$displayDetailsOnTestsThatTriggerNotices

private bool $displayDetailsOnTestsThatTriggerNotices

$displayDetailsOnTestsThatTriggerWarnings

private bool $displayDetailsOnTestsThatTriggerWarnings

$doNotFailOnDeprecation

private bool $doNotFailOnDeprecation

$doNotFailOnEmptyTestSuite

private bool $doNotFailOnEmptyTestSuite

$doNotFailOnPhpunitDeprecation

private bool $doNotFailOnPhpunitDeprecation

$doNotFailOnPhpunitWarning

private bool $doNotFailOnPhpunitWarning

$excludeGroups

private array<int, non-empty-string> $excludeGroups

$extensionBootstrappers

private array<int, array{className: non-empty-string, parameters: array}> $extensionBootstrappers

$failOnPhpunitDeprecation

private bool $failOnPhpunitDeprecation

$ignoreDeprecatedCodeUnitsFromCodeCoverage

private bool $ignoreDeprecatedCodeUnitsFromCodeCoverage

$logEventsVerboseText

private string|null $logEventsVerboseText

$logfileTestdoxHtml

private string|null $logfileTestdoxHtml

$logfileTestdoxText

private string|null $logfileTestdoxText

$numberOfTestsBeforeGarbageCollection

private int $numberOfTestsBeforeGarbageCollection

$outputToStandardErrorStream

private bool $outputToStandardErrorStream

$pharExtensionDirectory

private non-empty-string|null $pharExtensionDirectory

$requireCoverageMetadata

private bool $requireCoverageMetadata

$shortenArraysForExportThreshold

private int $shortenArraysForExportThreshold

non-negative-int

$specificDeprecationToStopOn

private string|null $specificDeprecationToStopOn

$testsCovering

private array<int, non-empty-string>|null $testsCovering

$testsRequiringPhpExtension

private array<int, non-empty-string>|null $testsRequiringPhpExtension

$testSuffixes

private array<int, non-empty-string> $testSuffixes

$testsUsing

private array<int, non-empty-string>|null $testsUsing

Methods

__construct()

public __construct(array<int, non-empty-string> $cliArguments, string|null $configurationFile, string|null $bootstrap, bool $cacheResult, string|null $cacheDirectory, string|null $coverageCacheDirectory, Source $source, string $testResultCacheFile, string|null $coverageClover, string|null $coverageCobertura, string|null $coverageCrap4j, int $coverageCrap4jThreshold, string|null $coverageHtml, int $coverageHtmlLowUpperBound, int $coverageHtmlHighLowerBound, string $coverageHtmlColorSuccessLow, string $coverageHtmlColorSuccessMedium, string $coverageHtmlColorSuccessHigh, string $coverageHtmlColorWarning, string $coverageHtmlColorDanger, string|null $coverageHtmlCustomCssFile, string|null $coveragePhp, string|null $coverageText, bool $coverageTextShowUncoveredFiles, bool $coverageTextShowOnlySummary, string|null $coverageXml, bool $pathCoverage, bool $ignoreDeprecatedCodeUnitsFromCodeCoverage, bool $disableCodeCoverageIgnore, bool $failOnAllIssues, bool $failOnDeprecation, bool $failOnPhpunitDeprecation, bool $failOnPhpunitWarning, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $doNotFailOnDeprecation, bool $doNotFailOnPhpunitDeprecation, bool $doNotFailOnPhpunitWarning, bool $doNotFailOnEmptyTestSuite, bool $doNotFailOnIncomplete, bool $doNotFailOnNotice, bool $doNotFailOnRisky, bool $doNotFailOnSkipped, bool $doNotFailOnWarning, bool $stopOnDefect, bool $stopOnDeprecation, string|null $specificDeprecationToStopOn, bool $stopOnError, bool $stopOnFailure, bool $stopOnIncomplete, bool $stopOnNotice, bool $stopOnRisky, bool $stopOnSkipped, bool $stopOnWarning, bool $outputToStandardErrorStream, int|string $columns, bool $noExtensions, non-empty-string|null $pharExtensionDirectory, array<int, array{className: non-empty-string, parameters: 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 $displayDetailsOnAllIssues, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnPhpunitDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, bool $noProgress, bool $noResults, bool $noOutput, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies, string|null $logfileTeamcity, string|null $logfileJunit, string|null $logfileTestdoxHtml, string|null $logfileTestdoxText, string|null $logEventsText, string|null $logEventsVerboseText, bool $teamCityOutput, bool $testDoxOutput, bool $testDoxOutputSummary, array<int, non-empty-string>|null $testsCovering, array<int, non-empty-string>|null $testsUsing, array<int, non-empty-string>|null $testsRequiringPhpExtension, string|null $filter, string|null $excludeFilter, array<int, non-empty-string> $groups, array<int, non-empty-string> $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, string|null $defaultTestSuite, array<int, non-empty-string> $testSuffixes, Php $php, bool $controlGarbageCollector, int $numberOfTestsBeforeGarbageCollection, string|null $generateBaseline, bool $debug, int $shortenArraysForExportThreshold) : mixed
Parameters
$cliArguments : array<int, non-empty-string>
$configurationFile : string|null
$bootstrap : string|null
$cacheResult : bool
$cacheDirectory : string|null
$coverageCacheDirectory : string|null
$source : Source
$testResultCacheFile : string
$coverageClover : string|null
$coverageCobertura : string|null
$coverageCrap4j : string|null
$coverageCrap4jThreshold : int
$coverageHtml : string|null
$coverageHtmlLowUpperBound : int
$coverageHtmlHighLowerBound : int
$coverageHtmlColorSuccessLow : string
$coverageHtmlColorSuccessMedium : string
$coverageHtmlColorSuccessHigh : string
$coverageHtmlColorWarning : string
$coverageHtmlColorDanger : string
$coverageHtmlCustomCssFile : string|null
$coveragePhp : string|null
$coverageText : string|null
$coverageTextShowUncoveredFiles : bool
$coverageTextShowOnlySummary : bool
$coverageXml : string|null
$pathCoverage : bool
$ignoreDeprecatedCodeUnitsFromCodeCoverage : bool
$disableCodeCoverageIgnore : bool
$failOnAllIssues : bool
$failOnDeprecation : bool
$failOnPhpunitDeprecation : bool
$failOnPhpunitWarning : bool
$failOnEmptyTestSuite : bool
$failOnIncomplete : bool
$failOnNotice : bool
$failOnRisky : bool
$failOnSkipped : bool
$failOnWarning : bool
$doNotFailOnDeprecation : bool
$doNotFailOnPhpunitDeprecation : bool
$doNotFailOnPhpunitWarning : bool
$doNotFailOnEmptyTestSuite : bool
$doNotFailOnIncomplete : bool
$doNotFailOnNotice : bool
$doNotFailOnRisky : bool
$doNotFailOnSkipped : bool
$doNotFailOnWarning : bool
$stopOnDefect : bool
$stopOnDeprecation : bool
$specificDeprecationToStopOn : string|null
$stopOnError : bool
$stopOnFailure : bool
$stopOnIncomplete : bool
$stopOnNotice : bool
$stopOnRisky : bool
$stopOnSkipped : bool
$stopOnWarning : bool
$outputToStandardErrorStream : bool
$columns : int|string
$noExtensions : bool
$pharExtensionDirectory : non-empty-string|null
$extensionBootstrappers : array<int, array{className: non-empty-string, parameters: array}>
$backupGlobals : bool
$backupStaticProperties : bool
$beStrictAboutChangesToGlobalState : bool
$colors : bool
$processIsolation : bool
$enforceTimeLimit : bool
$defaultTimeLimit : int
$timeoutForSmallTests : int
$timeoutForMediumTests : int
$timeoutForLargeTests : int
$reportUselessTests : bool
$strictCoverage : bool
$disallowTestOutput : bool
$displayDetailsOnAllIssues : bool
$displayDetailsOnIncompleteTests : bool
$displayDetailsOnSkippedTests : bool
$displayDetailsOnTestsThatTriggerDeprecations : bool
$displayDetailsOnPhpunitDeprecations : bool
$displayDetailsOnTestsThatTriggerErrors : bool
$displayDetailsOnTestsThatTriggerNotices : bool
$displayDetailsOnTestsThatTriggerWarnings : bool
$reverseDefectList : bool
$requireCoverageMetadata : bool
$noProgress : bool
$noResults : bool
$noOutput : bool
$executionOrder : int
$executionOrderDefects : int
$resolveDependencies : bool
$logfileTeamcity : string|null
$logfileJunit : string|null
$logfileTestdoxHtml : string|null
$logfileTestdoxText : string|null
$logEventsText : string|null
$logEventsVerboseText : string|null
$teamCityOutput : bool
$testDoxOutput : bool
$testDoxOutputSummary : bool
$testsCovering : array<int, non-empty-string>|null
$testsUsing : array<int, non-empty-string>|null
$testsRequiringPhpExtension : array<int, non-empty-string>|null
$filter : string|null
$excludeFilter : string|null
$groups : array<int, non-empty-string>
$excludeGroups : array<int, non-empty-string>
$randomOrderSeed : int
$includeUncoveredFiles : bool
$testSuite : TestSuiteCollection
$includeTestSuite : string
$excludeTestSuite : string
$defaultTestSuite : string|null
$testSuffixes : array<int, non-empty-string>
$php : Php
$controlGarbageCollector : bool
$numberOfTestsBeforeGarbageCollection : int
$generateBaseline : string|null
$debug : bool
$shortenArraysForExportThreshold : int

backupGlobals()

public backupGlobals() : bool
Return values
bool

backupStaticProperties()

public backupStaticProperties() : bool
Return values
bool

beStrictAboutChangesToGlobalState()

public beStrictAboutChangesToGlobalState() : bool
Return values
bool

bootstrap()

public bootstrap() : string
Tags
throws
NoBootstrapException
Return values
string

cacheDirectory()

public cacheDirectory() : string
Tags
throws
NoCacheDirectoryException
Return values
string

cacheResult()

public cacheResult() : bool
Return values
bool

cliArguments()

public cliArguments() : array<int, non-empty-string>
Return values
array<int, non-empty-string>

configurationFile()

public configurationFile() : string
Tags
throws
NoConfigurationFileException
Return values
string

controlGarbageCollector()

public controlGarbageCollector() : bool
Return values
bool

coverageCacheDirectory()

public coverageCacheDirectory() : string
Tags
throws
NoCoverageCacheDirectoryException
Return values
string

coverageClover()

public coverageClover() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

coverageCobertura()

public coverageCobertura() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

coverageCrap4j()

public coverageCrap4j() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

coverageCrap4jThreshold()

public coverageCrap4jThreshold() : int
Return values
int

coverageHtml()

public coverageHtml() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

coverageHtmlColorDanger()

public coverageHtmlColorDanger() : string
Return values
string

coverageHtmlColorSuccessHigh()

public coverageHtmlColorSuccessHigh() : string
Return values
string

coverageHtmlColorSuccessLow()

public coverageHtmlColorSuccessLow() : string
Return values
string

coverageHtmlColorSuccessMedium()

public coverageHtmlColorSuccessMedium() : string
Return values
string

coverageHtmlColorWarning()

public coverageHtmlColorWarning() : string
Return values
string

coverageHtmlCustomCssFile()

public coverageHtmlCustomCssFile() : string
Tags
throws
NoCustomCssFileException
Return values
string

coverageHtmlHighLowerBound()

public coverageHtmlHighLowerBound() : int
Return values
int

coverageHtmlLowUpperBound()

public coverageHtmlLowUpperBound() : int
Return values
int

coveragePhp()

public coveragePhp() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

coverageText()

public coverageText() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

coverageTextShowOnlySummary()

public coverageTextShowOnlySummary() : bool
Return values
bool

coverageTextShowUncoveredFiles()

public coverageTextShowUncoveredFiles() : bool
Return values
bool

coverageXml()

public coverageXml() : string
Tags
throws
CodeCoverageReportNotConfiguredException
Return values
string

defaultTestSuite()

public defaultTestSuite() : string
Tags
throws
NoDefaultTestSuiteException
Return values
string

defaultTimeLimit()

public defaultTimeLimit() : int
Return values
int

disableCodeCoverageIgnore()

public disableCodeCoverageIgnore() : bool
Return values
bool

disallowTestOutput()

public disallowTestOutput() : bool
Return values
bool

displayDetailsOnAllIssues()

public displayDetailsOnAllIssues() : bool
Return values
bool

displayDetailsOnIncompleteTests()

public displayDetailsOnIncompleteTests() : bool
Return values
bool

displayDetailsOnPhpunitDeprecations()

public displayDetailsOnPhpunitDeprecations() : bool
Return values
bool

displayDetailsOnSkippedTests()

public displayDetailsOnSkippedTests() : bool
Return values
bool

displayDetailsOnTestsThatTriggerDeprecations()

public displayDetailsOnTestsThatTriggerDeprecations() : bool
Return values
bool

displayDetailsOnTestsThatTriggerErrors()

public displayDetailsOnTestsThatTriggerErrors() : bool
Return values
bool

displayDetailsOnTestsThatTriggerNotices()

public displayDetailsOnTestsThatTriggerNotices() : bool
Return values
bool

displayDetailsOnTestsThatTriggerWarnings()

public displayDetailsOnTestsThatTriggerWarnings() : bool
Return values
bool

doNotFailOnDeprecation()

public doNotFailOnDeprecation() : bool
Return values
bool

doNotFailOnEmptyTestSuite()

public doNotFailOnEmptyTestSuite() : bool
Return values
bool

doNotFailOnIncomplete()

public doNotFailOnIncomplete() : bool
Return values
bool

doNotFailOnNotice()

public doNotFailOnNotice() : bool
Return values
bool

doNotFailOnPhpunitDeprecation()

public doNotFailOnPhpunitDeprecation() : bool
Return values
bool

doNotFailOnPhpunitWarning()

public doNotFailOnPhpunitWarning() : bool
Return values
bool

doNotFailOnRisky()

public doNotFailOnRisky() : bool
Return values
bool

doNotFailOnSkipped()

public doNotFailOnSkipped() : bool
Return values
bool

doNotFailOnWarning()

public doNotFailOnWarning() : bool
Return values
bool

enforceTimeLimit()

public enforceTimeLimit() : bool
Return values
bool

excludeFilter()

public excludeFilter() : string
Tags
throws
FilterNotConfiguredException
Return values
string

excludeGroups()

public excludeGroups() : array<int, non-empty-string>
Tags
throws
FilterNotConfiguredException
Return values
array<int, non-empty-string>

excludeTestSuite()

public excludeTestSuite() : string
Return values
string

executionOrder()

public executionOrder() : int
Return values
int

executionOrderDefects()

public executionOrderDefects() : int
Return values
int

extensionBootstrappers()

public extensionBootstrappers() : array<int, array{className: non-empty-string, parameters: array}>
Return values
array<int, array{className: non-empty-string, parameters: array}>

failOnAllIssues()

public failOnAllIssues() : bool
Return values
bool

failOnDeprecation()

public failOnDeprecation() : bool
Return values
bool

failOnEmptyTestSuite()

public failOnEmptyTestSuite() : bool
Return values
bool

failOnIncomplete()

public failOnIncomplete() : bool
Return values
bool

failOnNotice()

public failOnNotice() : bool
Return values
bool

failOnPhpunitDeprecation()

public failOnPhpunitDeprecation() : bool
Return values
bool

failOnPhpunitWarning()

public failOnPhpunitWarning() : bool
Return values
bool

failOnRisky()

public failOnRisky() : bool
Return values
bool

failOnSkipped()

public failOnSkipped() : bool
Return values
bool

failOnWarning()

public failOnWarning() : bool
Return values
bool

filter()

public filter() : string
Tags
throws
FilterNotConfiguredException
Return values
string

generateBaseline()

public generateBaseline() : string
Tags
throws
NoBaselineException
Return values
string

groups()

public groups() : array<int, non-empty-string>
Tags
throws
FilterNotConfiguredException
Return values
array<int, non-empty-string>

hasBootstrap()

public hasBootstrap() : bool
Tags
phpstan-assert-if-true

!null $this->bootstrap

Return values
bool

hasCacheDirectory()

public hasCacheDirectory() : bool
Tags
phpstan-assert-if-true

!null $this->cacheDirectory

Return values
bool

hasCliArguments()

public hasCliArguments() : bool
Tags
phpstan-assert-if-true

!empty $this->cliArguments

Return values
bool

hasConfigurationFile()

public hasConfigurationFile() : bool
Tags
phpstan-assert-if-true

!null $this->configurationFile

Return values
bool

hasCoverageCacheDirectory()

public hasCoverageCacheDirectory() : bool
Tags
phpstan-assert-if-true

!null $this->coverageCacheDirectory

Return values
bool

hasCoverageClover()

public hasCoverageClover() : bool
Tags
phpstan-assert-if-true

!null $this->coverageClover

Return values
bool

hasCoverageCobertura()

public hasCoverageCobertura() : bool
Tags
phpstan-assert-if-true

!null $this->coverageCobertura

Return values
bool

hasCoverageCrap4j()

public hasCoverageCrap4j() : bool
Tags
phpstan-assert-if-true

!null $this->coverageCrap4j

Return values
bool

hasCoverageHtml()

public hasCoverageHtml() : bool
Tags
phpstan-assert-if-true

!null $this->coverageHtml

Return values
bool

hasCoverageHtmlCustomCssFile()

public hasCoverageHtmlCustomCssFile() : bool
Tags
phpstan-assert-if-true

!null $this->coverageHtmlCustomCssFile

Return values
bool

hasCoveragePhp()

public hasCoveragePhp() : bool
Tags
phpstan-assert-if-true

!null $this->coveragePhp

Return values
bool

hasCoverageReport()

public hasCoverageReport() : bool
Return values
bool

hasCoverageText()

public hasCoverageText() : bool
Tags
phpstan-assert-if-true

!null $this->coverageText

Return values
bool

hasCoverageXml()

public hasCoverageXml() : bool
Tags
phpstan-assert-if-true

!null $this->coverageXml

Return values
bool

hasDefaultTestSuite()

public hasDefaultTestSuite() : bool
Tags
phpstan-assert-if-true

!null $this->defaultTestSuite

Return values
bool

hasExcludeFilter()

public hasExcludeFilter() : bool
Tags
phpstan-assert-if-true

!null $this->excludeFilter

Return values
bool

hasExcludeGroups()

public hasExcludeGroups() : bool
Tags
phpstan-assert-if-true

!empty $this->excludeGroups

Return values
bool

hasFilter()

public hasFilter() : bool
Tags
phpstan-assert-if-true

!null $this->filter

Return values
bool

hasGenerateBaseline()

public hasGenerateBaseline() : bool
Tags
phpstan-assert-if-true

!null $this->generateBaseline

Return values
bool

hasGroups()

public hasGroups() : bool
Tags
phpstan-assert-if-true

!empty $this->groups

Return values
bool

hasLogEventsText()

public hasLogEventsText() : bool
Tags
phpstan-assert-if-true

!null $this->logEventsText

Return values
bool

hasLogEventsVerboseText()

public hasLogEventsVerboseText() : bool
Tags
phpstan-assert-if-true

!null $this->logEventsVerboseText

Return values
bool

hasLogfileJunit()

public hasLogfileJunit() : bool
Tags
phpstan-assert-if-true

!null $this->logfileJunit

Return values
bool

hasLogfileTeamcity()

public hasLogfileTeamcity() : bool
Tags
phpstan-assert-if-true

!null $this->logfileTeamcity

Return values
bool

hasLogfileTestdoxHtml()

public hasLogfileTestdoxHtml() : bool
Tags
phpstan-assert-if-true

!null $this->logfileTestdoxHtml

Return values
bool

hasLogfileTestdoxText()

public hasLogfileTestdoxText() : bool
Tags
phpstan-assert-if-true

!null $this->logfileTestdoxText

Return values
bool

hasPharExtensionDirectory()

public hasPharExtensionDirectory() : bool
Tags
phpstan-assert-if-true

!null $this->pharExtensionDirectory

Return values
bool

hasSpecificDeprecationToStopOn()

public hasSpecificDeprecationToStopOn() : bool
Tags
phpstan-assert-if-true

!null $this->specificDeprecationToStopOn

Return values
bool

hasTestsCovering()

public hasTestsCovering() : bool
Tags
phpstan-assert-if-true

!empty $this->testsCovering

Return values
bool

hasTestsRequiringPhpExtension()

public hasTestsRequiringPhpExtension() : bool
Tags
phpstan-assert-if-true

!empty $this->testsRequiringPhpExtension

Return values
bool

hasTestsUsing()

public hasTestsUsing() : bool
Tags
phpstan-assert-if-true

!empty $this->testsUsing

Return values
bool

ignoreDeprecatedCodeUnitsFromCodeCoverage()

public ignoreDeprecatedCodeUnitsFromCodeCoverage() : bool
Return values
bool

includeTestSuite()

public includeTestSuite() : string
Return values
string

includeUncoveredFiles()

public includeUncoveredFiles() : bool
Return values
bool

logEventsText()

public logEventsText() : string
Tags
throws
LoggingNotConfiguredException
Return values
string

logEventsVerboseText()

public logEventsVerboseText() : string
Tags
throws
LoggingNotConfiguredException
Return values
string

logfileJunit()

public logfileJunit() : string
Tags
throws
LoggingNotConfiguredException
Return values
string

logfileTeamcity()

public logfileTeamcity() : string
Tags
throws
LoggingNotConfiguredException
Return values
string

logfileTestdoxHtml()

public logfileTestdoxHtml() : string
Tags
throws
LoggingNotConfiguredException
Return values
string

logfileTestdoxText()

public logfileTestdoxText() : string
Tags
throws
LoggingNotConfiguredException
Return values
string

noExtensions()

public noExtensions() : bool
Return values
bool

numberOfTestsBeforeGarbageCollection()

public numberOfTestsBeforeGarbageCollection() : int
Return values
int

outputIsTeamCity()

public outputIsTeamCity() : bool
Return values
bool

outputIsTestDox()

public outputIsTestDox() : bool
Return values
bool

outputToStandardErrorStream()

public outputToStandardErrorStream() : bool
Return values
bool

pathCoverage()

public pathCoverage() : bool
Return values
bool

pharExtensionDirectory()

public pharExtensionDirectory() : non-empty-string
Tags
throws
NoPharExtensionDirectoryException
Return values
non-empty-string

processIsolation()

public processIsolation() : bool
Return values
bool

randomOrderSeed()

public randomOrderSeed() : int
Return values
int

reportUselessTests()

public reportUselessTests() : bool
Return values
bool

requireCoverageMetadata()

public requireCoverageMetadata() : bool
Return values
bool

resolveDependencies()

public resolveDependencies() : bool
Return values
bool

reverseDefectList()

public reverseDefectList() : bool
Return values
bool

shortenArraysForExportThreshold()

public shortenArraysForExportThreshold() : int
Return values
int

specificDeprecationToStopOn()

public specificDeprecationToStopOn() : string
Tags
throws
SpecificDeprecationToStopOnNotConfiguredException
Return values
string

stopOnDefect()

public stopOnDefect() : bool
Return values
bool

stopOnDeprecation()

public stopOnDeprecation() : bool
Return values
bool

stopOnError()

public stopOnError() : bool
Return values
bool

stopOnFailure()

public stopOnFailure() : bool
Return values
bool

stopOnIncomplete()

public stopOnIncomplete() : bool
Return values
bool

stopOnNotice()

public stopOnNotice() : bool
Return values
bool

stopOnRisky()

public stopOnRisky() : bool
Return values
bool

stopOnSkipped()

public stopOnSkipped() : bool
Return values
bool

stopOnWarning()

public stopOnWarning() : bool
Return values
bool

strictCoverage()

public strictCoverage() : bool
Return values
bool

testDoxOutputWithSummary()

public testDoxOutputWithSummary() : bool
Return values
bool

testResultCacheFile()

public testResultCacheFile() : string
Return values
string

testsCovering()

public testsCovering() : array<int, string>
Tags
throws
FilterNotConfiguredException
Return values
array<int, string>

testsRequiringPhpExtension()

public testsRequiringPhpExtension() : array<int, non-empty-string>
Tags
throws
FilterNotConfiguredException
Return values
array<int, non-empty-string>

testSuffixes()

public testSuffixes() : array<int, non-empty-string>
Return values
array<int, non-empty-string>

testsUsing()

public testsUsing() : array<int, string>
Tags
throws
FilterNotConfiguredException
Return values
array<int, string>

timeoutForLargeTests()

public timeoutForLargeTests() : int
Return values
int

timeoutForMediumTests()

public timeoutForMediumTests() : int
Return values
int

timeoutForSmallTests()

public timeoutForSmallTests() : int
Return values
int
On this page

Search results