final class Configuration (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(array $arguments, bool|null $all, string|null $atLeastVersion, bool|null $backupGlobals, bool|null $backupStaticProperties, bool|null $beStrictAboutChangesToGlobalState, string|null $bootstrap, string|null $cacheDirectory, bool|null $cacheResult, bool $checkPhpConfiguration, bool $checkVersion, string|null $colors, null|int|string $columns, string|null $configurationFile, string|null $coverageClover, string|null $coverageCobertura, string|null $coverageCrap4J, string|null $coverageHtml, string|null $coverageOpenClover, string|null $coveragePhp, string|null $coverageText, bool|null $coverageTextShowUncoveredFiles, bool|null $coverageTextShowOnlySummary, string|null $coverageXml, bool|null $coverageXmlIncludeSource, bool|null $pathCoverage, bool $warmCoverageCache, int|null $defaultTimeLimit, bool|null $disableCodeCoverageIgnore, bool|null $disallowTestOutput, bool|null $enforceTimeLimit, array|null $excludeGroups, int|null $executionOrder, int|null $executionOrderDefects, bool|null $failOnAllIssues, bool|null $failOnDeprecation, bool|null $failOnPhpunitDeprecation, bool|null $failOnPhpunitNotice, bool|null $failOnPhpunitWarning, bool|null $failOnEmptyTestSuite, bool|null $failOnIncomplete, bool|null $failOnNotice, bool|null $failOnRisky, bool|null $failOnSkipped, bool|null $failOnWarning, bool|null $doNotFailOnDeprecation, bool|null $doNotFailOnPhpunitDeprecation, bool|null $doNotFailOnPhpunitNotice, bool|null $doNotFailOnPhpunitWarning, bool|null $doNotFailOnEmptyTestSuite, bool|null $doNotFailOnIncomplete, bool|null $doNotFailOnNotice, bool|null $doNotFailOnRisky, bool|null $doNotFailOnSkipped, bool|null $doNotFailOnWarning, bool|null $stopOnDefect, bool|null $stopOnDeprecation, string|null $specificDeprecationToStopOn, bool|null $stopOnError, bool|null $stopOnFailure, bool|null $stopOnIncomplete, bool|null $stopOnNotice, bool|null $stopOnRisky, bool|null $stopOnSkipped, bool|null $stopOnWarning, string|null $filter, string|null $excludeFilter, string|null $generateBaseline, string|null $useBaseline, bool $ignoreBaseline, bool $generateConfiguration, bool $migrateConfiguration, array|null $groups, array|null $testsCovering, array|null $testsUsing, array|null $testsRequiringPhpExtension, bool $help, string|null $includePath, array|null $iniSettings, string|null $junitLogfile, string|null $otrLogfile, bool|null $includeGitInformation, bool $listGroups, bool $listSuites, bool $listTestFiles, bool $listTests, string|null $listTestsXml, bool|null $noCoverage, bool|null $noExtensions, bool|null $noOutput, bool|null $noProgress, bool|null $noResults, bool|null $noLogging, bool|null $processIsolation, int|null $randomOrderSeed, bool|null $reportUselessTests, bool|null $resolveDependencies, bool|null $reverseList, bool|null $stderr, bool|null $strictCoverage, string|null $teamcityLogfile, string|null $testdoxHtmlFile, string|null $testdoxTextFile, array|null $testSuffixes, string|null $testSuite, string|null $excludeTestSuite, bool $useDefaultConfiguration, bool|null $displayDetailsOnAllIssues, bool|null $displayDetailsOnIncompleteTests, bool|null $displayDetailsOnSkippedTests, bool|null $displayDetailsOnTestsThatTriggerDeprecations, bool|null $displayDetailsOnPhpunitDeprecations, bool|null $displayDetailsOnPhpunitNotices, bool|null $displayDetailsOnTestsThatTriggerErrors, bool|null $displayDetailsOnTestsThatTriggerNotices, bool|null $displayDetailsOnTestsThatTriggerWarnings, bool $version, array|null $coverageFilter, string|null $logEventsText, string|null $logEventsVerboseText, bool|null $printerTeamCity, bool|null $testdoxPrinter, bool|null $testdoxPrinterSummary, bool $debug, bool $withTelemetry, array|null $extensions)

No description

array
arguments()

No description

bool
hasAll()

No description

bool
all()

No description

bool
hasAtLeastVersion()

No description

string
atLeastVersion()

No description

bool
hasBackupGlobals()

No description

bool
backupGlobals()

No description

bool
hasBackupStaticProperties()

No description

bool
backupStaticProperties()

No description

bool
bool
bool
hasBootstrap()

No description

string
bootstrap()

No description

bool
hasCacheDirectory()

No description

string
cacheDirectory()

No description

bool
hasCacheResult()

No description

bool
cacheResult()

No description

bool
checkPhpConfiguration()

No description

bool
checkVersion()

No description

bool
hasColors()

No description

string
colors()

No description

bool
hasColumns()

No description

int|string
columns()

No description

bool
hasConfigurationFile()

No description

string
configurationFile()

No description

bool
hasCoverageFilter()

No description

array
coverageFilter()

No description

bool
hasCoverageClover()

No description

string
coverageClover()

No description

bool
hasCoverageCobertura()

No description

string
coverageCobertura()

No description

bool
hasCoverageCrap4J()

No description

string
coverageCrap4J()

No description

bool
hasCoverageHtml()

No description

string
coverageHtml()

No description

bool
hasCoverageOpenClover()

No description

string
coverageOpenClover()

No description

bool
hasCoveragePhp()

No description

string
coveragePhp()

No description

bool
hasCoverageText()

No description

string
coverageText()

No description

bool
bool
bool
bool
coverageTextShowOnlySummary()

No description

bool
hasCoverageXml()

No description

string
coverageXml()

No description

bool
bool
excludeSourceFromXmlCoverage()

No description

bool
hasPathCoverage()

No description

bool
pathCoverage()

No description

bool
warmCoverageCache()

No description

bool
hasDefaultTimeLimit()

No description

int
defaultTimeLimit()

No description

bool
hasDisableCodeCoverageIgnore()

No description

bool
disableCodeCoverageIgnore()

No description

bool
hasDisallowTestOutput()

No description

bool
disallowTestOutput()

No description

bool
hasEnforceTimeLimit()

No description

bool
enforceTimeLimit()

No description

bool
hasExcludeGroups()

No description

array
excludeGroups()

No description

bool
hasExecutionOrder()

No description

int
executionOrder()

No description

bool
hasExecutionOrderDefects()

No description

int
executionOrderDefects()

No description

bool
hasFailOnAllIssues()

No description

bool
failOnAllIssues()

No description

bool
hasFailOnDeprecation()

No description

bool
failOnDeprecation()

No description

bool
hasFailOnPhpunitDeprecation()

No description

bool
failOnPhpunitDeprecation()

No description

bool
hasFailOnPhpunitNotice()

No description

bool
failOnPhpunitNotice()

No description

bool
hasFailOnPhpunitWarning()

No description

bool
failOnPhpunitWarning()

No description

bool
hasFailOnEmptyTestSuite()

No description

bool
failOnEmptyTestSuite()

No description

bool
hasFailOnIncomplete()

No description

bool
failOnIncomplete()

No description

bool
hasFailOnNotice()

No description

bool
failOnNotice()

No description

bool
hasFailOnRisky()

No description

bool
failOnRisky()

No description

bool
hasFailOnSkipped()

No description

bool
failOnSkipped()

No description

bool
hasFailOnWarning()

No description

bool
failOnWarning()

No description

bool
hasDoNotFailOnDeprecation()

No description

bool
doNotFailOnDeprecation()

No description

bool
bool
bool
hasDoNotFailOnPhpunitNotice()

No description

bool
doNotFailOnPhpunitNotice()

No description

bool
hasDoNotFailOnPhpunitWarning()

No description

bool
doNotFailOnPhpunitWarning()

No description

bool
hasDoNotFailOnEmptyTestSuite()

No description

bool
doNotFailOnEmptyTestSuite()

No description

bool
hasDoNotFailOnIncomplete()

No description

bool
doNotFailOnIncomplete()

No description

bool
hasDoNotFailOnNotice()

No description

bool
doNotFailOnNotice()

No description

bool
hasDoNotFailOnRisky()

No description

bool
doNotFailOnRisky()

No description

bool
hasDoNotFailOnSkipped()

No description

bool
doNotFailOnSkipped()

No description

bool
hasDoNotFailOnWarning()

No description

bool
doNotFailOnWarning()

No description

bool
hasStopOnDefect()

No description

bool
stopOnDefect()

No description

bool
hasStopOnDeprecation()

No description

bool
stopOnDeprecation()

No description

bool
string
specificDeprecationToStopOn()

No description

bool
hasStopOnError()

No description

bool
stopOnError()

No description

bool
hasStopOnFailure()

No description

bool
stopOnFailure()

No description

bool
hasStopOnIncomplete()

No description

bool
stopOnIncomplete()

No description

bool
hasStopOnNotice()

No description

bool
stopOnNotice()

No description

bool
hasStopOnRisky()

No description

bool
stopOnRisky()

No description

bool
hasStopOnSkipped()

No description

bool
stopOnSkipped()

No description

bool
hasStopOnWarning()

No description

bool
stopOnWarning()

No description

bool
hasExcludeFilter()

No description

string
excludeFilter()

No description

bool
hasFilter()

No description

string
filter()

No description

bool
hasGenerateBaseline()

No description

string
generateBaseline()

No description

bool
hasUseBaseline()

No description

string
useBaseline()

No description

bool
ignoreBaseline()

No description

bool
generateConfiguration()

No description

bool
migrateConfiguration()

No description

bool
hasGroups()

No description

array
groups()

No description

bool
hasTestsCovering()

No description

array
testsCovering()

No description

bool
hasTestsUsing()

No description

array
testsUsing()

No description

bool
array
testsRequiringPhpExtension()

No description

bool
help()

No description

bool
hasIncludePath()

No description

string
includePath()

No description

bool
hasIniSettings()

No description

array
iniSettings()

No description

bool
hasJunitLogfile()

No description

string
junitLogfile()

No description

bool
hasOtrLogfile()

No description

string
otrLogfile()

No description

bool
bool
bool
listGroups()

No description

bool
listSuites()

No description

bool
listTestFiles()

No description

bool
listTests()

No description

bool
hasListTestsXml()

No description

string
listTestsXml()

No description

bool
hasNoCoverage()

No description

bool
noCoverage()

No description

bool
hasNoExtensions()

No description

bool
noExtensions()

No description

bool
hasNoOutput()

No description

bool
noOutput()

No description

bool
hasNoProgress()

No description

bool
noProgress()

No description

bool
hasNoResults()

No description

bool
noResults()

No description

bool
hasNoLogging()

No description

bool
noLogging()

No description

bool
hasProcessIsolation()

No description

bool
processIsolation()

No description

bool
hasRandomOrderSeed()

No description

int
randomOrderSeed()

No description

bool
hasReportUselessTests()

No description

bool
reportUselessTests()

No description

bool
hasResolveDependencies()

No description

bool
resolveDependencies()

No description

bool
hasReverseList()

No description

bool
reverseList()

No description

bool
hasStderr()

No description

bool
stderr()

No description

bool
hasStrictCoverage()

No description

bool
strictCoverage()

No description

bool
hasTeamcityLogfile()

No description

string
teamcityLogfile()

No description

bool
hasTeamCityPrinter()

No description

bool
teamCityPrinter()

No description

bool
hasTestdoxHtmlFile()

No description

string
testdoxHtmlFile()

No description

bool
hasTestdoxTextFile()

No description

string
testdoxTextFile()

No description

bool
hasTestDoxPrinter()

No description

bool
testdoxPrinter()

No description

bool
hasTestDoxPrinterSummary()

No description

bool
testdoxPrinterSummary()

No description

bool
hasTestSuffixes()

No description

array
testSuffixes()

No description

bool
hasTestSuite()

No description

string
testSuite()

No description

bool
hasExcludedTestSuite()

No description

string
excludedTestSuite()

No description

bool
useDefaultConfiguration()

No description

bool
hasDisplayDetailsOnAllIssues()

No description

bool
displayDetailsOnAllIssues()

No description

bool
bool
bool
bool
displayDetailsOnSkippedTests()

No description

bool
bool
bool
bool
version()

No description

bool
hasLogEventsText()

No description

string
logEventsText()

No description

bool
hasLogEventsVerboseText()

No description

string
logEventsVerboseText()

No description

bool
debug()

No description

bool
withTelemetry()

No description

bool
hasExtensions()

No description

array
extensions()

No description

Details

__construct(array $arguments, bool|null $all, string|null $atLeastVersion, bool|null $backupGlobals, bool|null $backupStaticProperties, bool|null $beStrictAboutChangesToGlobalState, string|null $bootstrap, string|null $cacheDirectory, bool|null $cacheResult, bool $checkPhpConfiguration, bool $checkVersion, string|null $colors, null|int|string $columns, string|null $configurationFile, string|null $coverageClover, string|null $coverageCobertura, string|null $coverageCrap4J, string|null $coverageHtml, string|null $coverageOpenClover, string|null $coveragePhp, string|null $coverageText, bool|null $coverageTextShowUncoveredFiles, bool|null $coverageTextShowOnlySummary, string|null $coverageXml, bool|null $coverageXmlIncludeSource, bool|null $pathCoverage, bool $warmCoverageCache, int|null $defaultTimeLimit, bool|null $disableCodeCoverageIgnore, bool|null $disallowTestOutput, bool|null $enforceTimeLimit, array|null $excludeGroups, int|null $executionOrder, int|null $executionOrderDefects, bool|null $failOnAllIssues, bool|null $failOnDeprecation, bool|null $failOnPhpunitDeprecation, bool|null $failOnPhpunitNotice, bool|null $failOnPhpunitWarning, bool|null $failOnEmptyTestSuite, bool|null $failOnIncomplete, bool|null $failOnNotice, bool|null $failOnRisky, bool|null $failOnSkipped, bool|null $failOnWarning, bool|null $doNotFailOnDeprecation, bool|null $doNotFailOnPhpunitDeprecation, bool|null $doNotFailOnPhpunitNotice, bool|null $doNotFailOnPhpunitWarning, bool|null $doNotFailOnEmptyTestSuite, bool|null $doNotFailOnIncomplete, bool|null $doNotFailOnNotice, bool|null $doNotFailOnRisky, bool|null $doNotFailOnSkipped, bool|null $doNotFailOnWarning, bool|null $stopOnDefect, bool|null $stopOnDeprecation, string|null $specificDeprecationToStopOn, bool|null $stopOnError, bool|null $stopOnFailure, bool|null $stopOnIncomplete, bool|null $stopOnNotice, bool|null $stopOnRisky, bool|null $stopOnSkipped, bool|null $stopOnWarning, string|null $filter, string|null $excludeFilter, string|null $generateBaseline, string|null $useBaseline, bool $ignoreBaseline, bool $generateConfiguration, bool $migrateConfiguration, array|null $groups, array|null $testsCovering, array|null $testsUsing, array|null $testsRequiringPhpExtension, bool $help, string|null $includePath, array|null $iniSettings, string|null $junitLogfile, string|null $otrLogfile, bool|null $includeGitInformation, bool $listGroups, bool $listSuites, bool $listTestFiles, bool $listTests, string|null $listTestsXml, bool|null $noCoverage, bool|null $noExtensions, bool|null $noOutput, bool|null $noProgress, bool|null $noResults, bool|null $noLogging, bool|null $processIsolation, int|null $randomOrderSeed, bool|null $reportUselessTests, bool|null $resolveDependencies, bool|null $reverseList, bool|null $stderr, bool|null $strictCoverage, string|null $teamcityLogfile, string|null $testdoxHtmlFile, string|null $testdoxTextFile, array|null $testSuffixes, string|null $testSuite, string|null $excludeTestSuite, bool $useDefaultConfiguration, bool|null $displayDetailsOnAllIssues, bool|null $displayDetailsOnIncompleteTests, bool|null $displayDetailsOnSkippedTests, bool|null $displayDetailsOnTestsThatTriggerDeprecations, bool|null $displayDetailsOnPhpunitDeprecations, bool|null $displayDetailsOnPhpunitNotices, bool|null $displayDetailsOnTestsThatTriggerErrors, bool|null $displayDetailsOnTestsThatTriggerNotices, bool|null $displayDetailsOnTestsThatTriggerWarnings, bool $version, array|null $coverageFilter, string|null $logEventsText, string|null $logEventsVerboseText, bool|null $printerTeamCity, bool|null $testdoxPrinter, bool|null $testdoxPrinterSummary, bool $debug, bool $withTelemetry, array|null $extensions)

No description

Parameters

array $arguments
bool|null $all
string|null $atLeastVersion
bool|null $backupGlobals
bool|null $backupStaticProperties
bool|null $beStrictAboutChangesToGlobalState
string|null $bootstrap
string|null $cacheDirectory
bool|null $cacheResult
bool $checkPhpConfiguration
bool $checkVersion
string|null $colors
null|int|string $columns
string|null $configurationFile
string|null $coverageClover
string|null $coverageCobertura
string|null $coverageCrap4J
string|null $coverageHtml
string|null $coverageOpenClover
string|null $coveragePhp
string|null $coverageText
bool|null $coverageTextShowUncoveredFiles
bool|null $coverageTextShowOnlySummary
string|null $coverageXml
bool|null $coverageXmlIncludeSource
bool|null $pathCoverage
bool $warmCoverageCache
int|null $defaultTimeLimit
bool|null $disableCodeCoverageIgnore
bool|null $disallowTestOutput
bool|null $enforceTimeLimit
array|null $excludeGroups
int|null $executionOrder
int|null $executionOrderDefects
bool|null $failOnAllIssues
bool|null $failOnDeprecation
bool|null $failOnPhpunitDeprecation
bool|null $failOnPhpunitNotice
bool|null $failOnPhpunitWarning
bool|null $failOnEmptyTestSuite
bool|null $failOnIncomplete
bool|null $failOnNotice
bool|null $failOnRisky
bool|null $failOnSkipped
bool|null $failOnWarning
bool|null $doNotFailOnDeprecation
bool|null $doNotFailOnPhpunitDeprecation
bool|null $doNotFailOnPhpunitNotice
bool|null $doNotFailOnPhpunitWarning
bool|null $doNotFailOnEmptyTestSuite
bool|null $doNotFailOnIncomplete
bool|null $doNotFailOnNotice
bool|null $doNotFailOnRisky
bool|null $doNotFailOnSkipped
bool|null $doNotFailOnWarning
bool|null $stopOnDefect
bool|null $stopOnDeprecation
string|null $specificDeprecationToStopOn
bool|null $stopOnError
bool|null $stopOnFailure
bool|null $stopOnIncomplete
bool|null $stopOnNotice
bool|null $stopOnRisky
bool|null $stopOnSkipped
bool|null $stopOnWarning
string|null $filter
string|null $excludeFilter
string|null $generateBaseline
string|null $useBaseline
bool $ignoreBaseline
bool $generateConfiguration
bool $migrateConfiguration
array|null $groups
array|null $testsCovering
array|null $testsUsing
array|null $testsRequiringPhpExtension
bool $help
string|null $includePath
array|null $iniSettings
string|null $junitLogfile
string|null $otrLogfile
bool|null $includeGitInformation
bool $listGroups
bool $listSuites
bool $listTestFiles
bool $listTests
string|null $listTestsXml
bool|null $noCoverage
bool|null $noExtensions
bool|null $noOutput
bool|null $noProgress
bool|null $noResults
bool|null $noLogging
bool|null $processIsolation
int|null $randomOrderSeed
bool|null $reportUselessTests
bool|null $resolveDependencies
bool|null $reverseList
bool|null $stderr
bool|null $strictCoverage
string|null $teamcityLogfile
string|null $testdoxHtmlFile
string|null $testdoxTextFile
array|null $testSuffixes
string|null $testSuite
string|null $excludeTestSuite
bool $useDefaultConfiguration
bool|null $displayDetailsOnAllIssues
bool|null $displayDetailsOnIncompleteTests
bool|null $displayDetailsOnSkippedTests
bool|null $displayDetailsOnTestsThatTriggerDeprecations
bool|null $displayDetailsOnPhpunitDeprecations
bool|null $displayDetailsOnPhpunitNotices
bool|null $displayDetailsOnTestsThatTriggerErrors
bool|null $displayDetailsOnTestsThatTriggerNotices
bool|null $displayDetailsOnTestsThatTriggerWarnings
bool $version
array|null $coverageFilter
string|null $logEventsText
string|null $logEventsVerboseText
bool|null $printerTeamCity
bool|null $testdoxPrinter
bool|null $testdoxPrinterSummary
bool $debug
bool $withTelemetry
array|null $extensions

array arguments()

No description

Return Value

array

bool hasAll()

No description

Return Value

bool

bool all()

No description

Return Value

bool

Exceptions

Exception

bool hasAtLeastVersion()

No description

Return Value

bool

string atLeastVersion()

No description

Return Value

string

Exceptions

Exception

bool hasBackupGlobals()

No description

Return Value

bool

bool backupGlobals()

No description

Return Value

bool

Exceptions

Exception

bool hasBackupStaticProperties()

No description

Return Value

bool

bool backupStaticProperties()

No description

Return Value

bool

Exceptions

Exception

bool hasBeStrictAboutChangesToGlobalState()

No description

Return Value

bool

bool beStrictAboutChangesToGlobalState()

No description

Return Value

bool

Exceptions

Exception

bool hasBootstrap()

No description

Return Value

bool

string bootstrap()

No description

Return Value

string

Exceptions

Exception

bool hasCacheDirectory()

No description

Return Value

bool

string cacheDirectory()

No description

Return Value

string

Exceptions

Exception

bool hasCacheResult()

No description

Return Value

bool

bool cacheResult()

No description

Return Value

bool

Exceptions

Exception

bool checkPhpConfiguration()

No description

Return Value

bool

bool checkVersion()

No description

Return Value

bool

bool hasColors()

No description

Return Value

bool

string colors()

No description

Return Value

string

Exceptions

Exception

bool hasColumns()

No description

Return Value

bool

int|string columns()

No description

Return Value

int|string

Exceptions

Exception

bool hasConfigurationFile()

No description

Return Value

bool

string configurationFile()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageFilter()

No description

Return Value

bool

array coverageFilter()

No description

Return Value

array

Exceptions

Exception

bool hasCoverageClover()

No description

Return Value

bool

string coverageClover()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageCobertura()

No description

Return Value

bool

string coverageCobertura()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageCrap4J()

No description

Return Value

bool

string coverageCrap4J()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageHtml()

No description

Return Value

bool

string coverageHtml()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageOpenClover()

No description

Return Value

bool

string coverageOpenClover()

No description

Return Value

string

Exceptions

Exception

bool hasCoveragePhp()

No description

Return Value

bool

string coveragePhp()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageText()

No description

Return Value

bool

string coverageText()

No description

Return Value

string

Exceptions

Exception

bool hasCoverageTextShowUncoveredFiles()

No description

Return Value

bool

bool coverageTextShowUncoveredFiles()

No description

Return Value

bool

Exceptions

Exception

bool hasCoverageTextShowOnlySummary()

No description

Return Value

bool

bool coverageTextShowOnlySummary()

No description

Return Value

bool

Exceptions

Exception

bool hasCoverageXml()

No description

Return Value

bool

string coverageXml()

No description

Return Value

string

Exceptions

Exception

bool hasExcludeSourceFromXmlCoverage()

No description

Return Value

bool

bool excludeSourceFromXmlCoverage()

No description

Return Value

bool

Exceptions

Exception

bool hasPathCoverage()

No description

Return Value

bool

bool pathCoverage()

No description

Return Value

bool

Exceptions

Exception

bool warmCoverageCache()

No description

Return Value

bool

bool hasDefaultTimeLimit()

No description

Return Value

bool

int defaultTimeLimit()

No description

Return Value

int

Exceptions

Exception

bool hasDisableCodeCoverageIgnore()

No description

Return Value

bool

bool disableCodeCoverageIgnore()

No description

Return Value

bool

Exceptions

Exception

bool hasDisallowTestOutput()

No description

Return Value

bool

bool disallowTestOutput()

No description

Return Value

bool

Exceptions

Exception

bool hasEnforceTimeLimit()

No description

Return Value

bool

bool enforceTimeLimit()

No description

Return Value

bool

Exceptions

Exception

bool hasExcludeGroups()

No description

Return Value

bool

array excludeGroups()

No description

Return Value

array

Exceptions

Exception

bool hasExecutionOrder()

No description

Return Value

bool

int executionOrder()

No description

Return Value

int

Exceptions

Exception

bool hasExecutionOrderDefects()

No description

Return Value

bool

int executionOrderDefects()

No description

Return Value

int

Exceptions

Exception

bool hasFailOnAllIssues()

No description

Return Value

bool

bool failOnAllIssues()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnDeprecation()

No description

Return Value

bool

bool failOnDeprecation()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnPhpunitDeprecation()

No description

Return Value

bool

bool failOnPhpunitDeprecation()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnPhpunitNotice()

No description

Return Value

bool

bool failOnPhpunitNotice()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnPhpunitWarning()

No description

Return Value

bool

bool failOnPhpunitWarning()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnEmptyTestSuite()

No description

Return Value

bool

bool failOnEmptyTestSuite()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnIncomplete()

No description

Return Value

bool

bool failOnIncomplete()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnNotice()

No description

Return Value

bool

bool failOnNotice()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnRisky()

No description

Return Value

bool

bool failOnRisky()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnSkipped()

No description

Return Value

bool

bool failOnSkipped()

No description

Return Value

bool

Exceptions

Exception

bool hasFailOnWarning()

No description

Return Value

bool

bool failOnWarning()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnDeprecation()

No description

Return Value

bool

bool doNotFailOnDeprecation()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnPhpunitDeprecation()

No description

Return Value

bool

bool doNotFailOnPhpunitDeprecation()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnPhpunitNotice()

No description

Return Value

bool

bool doNotFailOnPhpunitNotice()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnPhpunitWarning()

No description

Return Value

bool

bool doNotFailOnPhpunitWarning()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnEmptyTestSuite()

No description

Return Value

bool

bool doNotFailOnEmptyTestSuite()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnIncomplete()

No description

Return Value

bool

bool doNotFailOnIncomplete()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnNotice()

No description

Return Value

bool

bool doNotFailOnNotice()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnRisky()

No description

Return Value

bool

bool doNotFailOnRisky()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnSkipped()

No description

Return Value

bool

bool doNotFailOnSkipped()

No description

Return Value

bool

Exceptions

Exception

bool hasDoNotFailOnWarning()

No description

Return Value

bool

bool doNotFailOnWarning()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnDefect()

No description

Return Value

bool

bool stopOnDefect()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnDeprecation()

No description

Return Value

bool

bool stopOnDeprecation()

No description

Return Value

bool

Exceptions

Exception

bool hasSpecificDeprecationToStopOn()

No description

Return Value

bool

string specificDeprecationToStopOn()

No description

Return Value

string

Exceptions

Exception

bool hasStopOnError()

No description

Return Value

bool

bool stopOnError()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnFailure()

No description

Return Value

bool

bool stopOnFailure()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnIncomplete()

No description

Return Value

bool

bool stopOnIncomplete()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnNotice()

No description

Return Value

bool

bool stopOnNotice()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnRisky()

No description

Return Value

bool

bool stopOnRisky()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnSkipped()

No description

Return Value

bool

bool stopOnSkipped()

No description

Return Value

bool

Exceptions

Exception

bool hasStopOnWarning()

No description

Return Value

bool

bool stopOnWarning()

No description

Return Value

bool

Exceptions

Exception

bool hasExcludeFilter()

No description

Return Value

bool

string excludeFilter()

No description

Return Value

string

Exceptions

Exception

bool hasFilter()

No description

Return Value

bool

string filter()

No description

Return Value

string

Exceptions

Exception

bool hasGenerateBaseline()

No description

Return Value

bool

string generateBaseline()

No description

Return Value

string

Exceptions

Exception

bool hasUseBaseline()

No description

Return Value

bool

string useBaseline()

No description

Return Value

string

Exceptions

Exception

bool ignoreBaseline()

No description

Return Value

bool

bool generateConfiguration()

No description

Return Value

bool

bool migrateConfiguration()

No description

Return Value

bool

bool hasGroups()

No description

Return Value

bool

array groups()

No description

Return Value

array

Exceptions

Exception

bool hasTestsCovering()

No description

Return Value

bool

array testsCovering()

No description

Return Value

array

Exceptions

Exception

bool hasTestsUsing()

No description

Return Value

bool

array testsUsing()

No description

Return Value

array

Exceptions

Exception

bool hasTestsRequiringPhpExtension()

No description

Return Value

bool

array testsRequiringPhpExtension()

No description

Return Value

array

Exceptions

Exception

bool help()

No description

Return Value

bool

bool hasIncludePath()

No description

Return Value

bool

string includePath()

No description

Return Value

string

Exceptions

Exception

bool hasIniSettings()

No description

Return Value

bool

array iniSettings()

No description

Return Value

array

bool hasJunitLogfile()

No description

Return Value

bool

string junitLogfile()

No description

Return Value

string

Exceptions

Exception

bool hasOtrLogfile()

No description

Return Value

bool

string otrLogfile()

No description

Return Value

string

Exceptions

Exception

bool hasIncludeGitInformationInOtrLogfile()

No description

Return Value

bool

bool includeGitInformationInOtrLogfile()

No description

Return Value

bool

Exceptions

Exception

bool listGroups()

No description

Return Value

bool

bool listSuites()

No description

Return Value

bool

bool listTestFiles()

No description

Return Value

bool

bool listTests()

No description

Return Value

bool

bool hasListTestsXml()

No description

Return Value

bool

string listTestsXml()

No description

Return Value

string

Exceptions

Exception

bool hasNoCoverage()

No description

Return Value

bool

bool noCoverage()

No description

Return Value

bool

Exceptions

Exception

bool hasNoExtensions()

No description

Return Value

bool

bool noExtensions()

No description

Return Value

bool

Exceptions

Exception

bool hasNoOutput()

No description

Return Value

bool

bool noOutput()

No description

Return Value

bool

Exceptions

Exception

bool hasNoProgress()

No description

Return Value

bool

bool noProgress()

No description

Return Value

bool

Exceptions

Exception

bool hasNoResults()

No description

Return Value

bool

bool noResults()

No description

Return Value

bool

Exceptions

Exception

bool hasNoLogging()

No description

Return Value

bool

bool noLogging()

No description

Return Value

bool

Exceptions

Exception

bool hasProcessIsolation()

No description

Return Value

bool

bool processIsolation()

No description

Return Value

bool

Exceptions

Exception

bool hasRandomOrderSeed()

No description

Return Value

bool

int randomOrderSeed()

No description

Return Value

int

Exceptions

Exception

bool hasReportUselessTests()

No description

Return Value

bool

bool reportUselessTests()

No description

Return Value

bool

Exceptions

Exception

bool hasResolveDependencies()

No description

Return Value

bool

bool resolveDependencies()

No description

Return Value

bool

Exceptions

Exception

bool hasReverseList()

No description

Return Value

bool

bool reverseList()

No description

Return Value

bool

Exceptions

Exception

bool hasStderr()

No description

Return Value

bool

bool stderr()

No description

Return Value

bool

Exceptions

Exception

bool hasStrictCoverage()

No description

Return Value

bool

bool strictCoverage()

No description

Return Value

bool

Exceptions

Exception

bool hasTeamcityLogfile()

No description

Return Value

bool

string teamcityLogfile()

No description

Return Value

string

Exceptions

Exception

bool hasTeamCityPrinter()

No description

Return Value

bool

bool teamCityPrinter()

No description

Return Value

bool

Exceptions

Exception

bool hasTestdoxHtmlFile()

No description

Return Value

bool

string testdoxHtmlFile()

No description

Return Value

string

Exceptions

Exception

bool hasTestdoxTextFile()

No description

Return Value

bool

string testdoxTextFile()

No description

Return Value

string

Exceptions

Exception

bool hasTestDoxPrinter()

No description

Return Value

bool

bool testdoxPrinter()

No description

Return Value

bool

Exceptions

Exception

bool hasTestDoxPrinterSummary()

No description

Return Value

bool

bool testdoxPrinterSummary()

No description

Return Value

bool

Exceptions

Exception

bool hasTestSuffixes()

No description

Return Value

bool

array testSuffixes()

No description

Return Value

array

Exceptions

Exception

bool hasTestSuite()

No description

Return Value

bool

string testSuite()

No description

Return Value

string

Exceptions

Exception

bool hasExcludedTestSuite()

No description

Return Value

bool

string excludedTestSuite()

No description

Return Value

string

Exceptions

Exception

bool useDefaultConfiguration()

No description

Return Value

bool

bool hasDisplayDetailsOnAllIssues()

No description

Return Value

bool

bool displayDetailsOnAllIssues()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnIncompleteTests()

No description

Return Value

bool

bool displayDetailsOnIncompleteTests()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnSkippedTests()

No description

Return Value

bool

bool displayDetailsOnSkippedTests()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnTestsThatTriggerDeprecations()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerDeprecations()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnPhpunitDeprecations()

No description

Return Value

bool

bool displayDetailsOnPhpunitDeprecations()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnPhpunitNotices()

No description

Return Value

bool

bool displayDetailsOnPhpunitNotices()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnTestsThatTriggerErrors()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerErrors()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnTestsThatTriggerNotices()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerNotices()

No description

Return Value

bool

Exceptions

Exception

bool hasDisplayDetailsOnTestsThatTriggerWarnings()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerWarnings()

No description

Return Value

bool

Exceptions

Exception

bool version()

No description

Return Value

bool

bool hasLogEventsText()

No description

Return Value

bool

string logEventsText()

No description

Return Value

string

Exceptions

Exception

bool hasLogEventsVerboseText()

No description

Return Value

bool

string logEventsVerboseText()

No description

Return Value

string

Exceptions

Exception

bool debug()

No description

Return Value

bool

bool withTelemetry()

No description

Return Value

bool

bool hasExtensions()

No description

Return Value

bool

array extensions()

No description

Return Value

array

Exceptions

Exception