final class Configuration (View source)

Constants

COLOR_NEVER

COLOR_AUTO

COLOR_ALWAYS

COLOR_DEFAULT

Methods

__construct(array $cliArguments, string|null $configurationFile, string|null $bootstrap, array $bootstrapForTestSuite, 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 $coverageOpenClover, string|null $coveragePhp, string|null $coverageText, bool $coverageTextShowUncoveredFiles, bool $coverageTextShowOnlySummary, string|null $coverageXml, bool $coverageXmlIncludeSource, bool $pathCoverage, bool $ignoreDeprecatedCodeUnitsFromCodeCoverage, bool $disableCodeCoverageIgnore, bool $failOnAllIssues, bool $failOnDeprecation, bool $failOnPhpunitDeprecation, bool $failOnPhpunitNotice, bool $failOnPhpunitWarning, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $doNotFailOnDeprecation, bool $doNotFailOnPhpunitDeprecation, bool $doNotFailOnPhpunitNotice, 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 $columns, bool $noExtensions, string|null $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 $displayDetailsOnAllIssues, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnPhpunitDeprecations, bool $displayDetailsOnPhpunitNotices, 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 $logfileOtr, bool $includeGitInformationInOtrLogfile, string|null $logfileTestdoxHtml, string|null $logfileTestdoxText, string|null $logEventsText, string|null $logEventsVerboseText, bool $teamCityOutput, bool $testDoxOutput, bool $testDoxOutputSummary, array|null $testsCovering, array|null $testsUsing, array|null $testsRequiringPhpExtension, string|null $filter, string|null $excludeFilter, array $groups, array $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, string|null $defaultTestSuite, bool $ignoreTestSelectionInXmlConfiguration, array $testSuffixes, Php $php, bool $controlGarbageCollector, int $numberOfTestsBeforeGarbageCollection, string|null $generateBaseline, bool $debug, bool $withTelemetry, int $shortenArraysForExportThreshold)

No description

bool
hasCliArguments()

No description

array
cliArguments()

No description

bool
hasConfigurationFile()

No description

string
configurationFile()

No description

bool
hasBootstrap()

No description

string
bootstrap()

No description

array
bootstrapForTestSuite()

No description

bool
cacheResult()

No description

bool
hasCacheDirectory()

No description

string
cacheDirectory()

No description

bool
hasCoverageCacheDirectory()

No description

string
coverageCacheDirectory()

No description

source()

No description

string
testResultCacheFile()

No description

bool
disableCodeCoverageIgnore()

No description

bool
pathCoverage()

No description

bool
hasCoverageReport()

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

int
coverageCrap4jThreshold()

No description

bool
hasCoverageHtml()

No description

string
coverageHtml()

No description

int
coverageHtmlLowUpperBound()

No description

int
coverageHtmlHighLowerBound()

No description

string
coverageHtmlColorSuccessLow()

No description

string
string
coverageHtmlColorSuccessHigh()

No description

string
coverageHtmlColorWarning()

No description

string
coverageHtmlColorDanger()

No description

bool
hasCoverageHtmlCustomCssFile()

No description

string
coverageHtmlCustomCssFile()

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
coverageTextShowOnlySummary()

No description

bool
hasCoverageXml()

No description

string
coverageXml()

No description

bool
coverageXmlIncludeSource()

No description

bool
failOnAllIssues()

No description

bool
failOnDeprecation()

No description

bool
failOnPhpunitDeprecation()

No description

bool
failOnPhpunitNotice()

No description

bool
failOnPhpunitWarning()

No description

bool
failOnEmptyTestSuite()

No description

bool
failOnIncomplete()

No description

bool
failOnNotice()

No description

bool
failOnRisky()

No description

bool
failOnSkipped()

No description

bool
failOnWarning()

No description

bool
doNotFailOnDeprecation()

No description

bool
bool
doNotFailOnPhpunitNotice()

No description

bool
doNotFailOnPhpunitWarning()

No description

bool
doNotFailOnEmptyTestSuite()

No description

bool
doNotFailOnIncomplete()

No description

bool
doNotFailOnNotice()

No description

bool
doNotFailOnRisky()

No description

bool
doNotFailOnSkipped()

No description

bool
doNotFailOnWarning()

No description

bool
stopOnDefect()

No description

bool
stopOnDeprecation()

No description

bool
string
specificDeprecationToStopOn()

No description

bool
stopOnError()

No description

bool
stopOnFailure()

No description

bool
stopOnIncomplete()

No description

bool
stopOnNotice()

No description

bool
stopOnRisky()

No description

bool
stopOnSkipped()

No description

bool
stopOnWarning()

No description

bool
outputToStandardErrorStream()

No description

int
columns()

No description

bool
noExtensions()

No description

bool
hasPharExtensionDirectory()

No description

string
pharExtensionDirectory()

No description

array
extensionBootstrappers()

No description

bool
backupGlobals()

No description

bool
backupStaticProperties()

No description

bool
bool
colors()

No description

bool
processIsolation()

No description

bool
enforceTimeLimit()

No description

int
defaultTimeLimit()

No description

int
timeoutForSmallTests()

No description

int
timeoutForMediumTests()

No description

int
timeoutForLargeTests()

No description

bool
reportUselessTests()

No description

bool
strictCoverage()

No description

bool
disallowTestOutput()

No description

bool
displayDetailsOnAllIssues()

No description

bool
bool
displayDetailsOnSkippedTests()

No description

bool
bool
bool
reverseDefectList()

No description

bool
requireCoverageMetadata()

No description

bool
noProgress()

No description

bool
noResults()

No description

bool
noOutput()

No description

int
executionOrder()

No description

int
executionOrderDefects()

No description

bool
resolveDependencies()

No description

bool
hasLogfileTeamcity()

No description

string
logfileTeamcity()

No description

bool
hasLogfileJunit()

No description

string
logfileJunit()

No description

bool
hasLogfileOtr()

No description

string
logfileOtr()

No description

bool
bool
hasLogfileTestdoxHtml()

No description

string
logfileTestdoxHtml()

No description

bool
hasLogfileTestdoxText()

No description

string
logfileTestdoxText()

No description

bool
hasLogEventsText()

No description

string
logEventsText()

No description

bool
hasLogEventsVerboseText()

No description

string
logEventsVerboseText()

No description

bool
outputIsTeamCity()

No description

bool
outputIsTestDox()

No description

bool
testDoxOutputWithSummary()

No description

bool
hasTestsCovering()

No description

array
testsCovering()

No description

bool
hasTestsUsing()

No description

array
testsUsing()

No description

bool
array
testsRequiringPhpExtension()

No description

bool
hasFilter()

No description

string
filter()

No description

bool
hasExcludeFilter()

No description

string
excludeFilter()

No description

bool
hasGroups()

No description

array
groups()

No description

bool
hasExcludeGroups()

No description

array
excludeGroups()

No description

int
randomOrderSeed()

No description

bool
includeUncoveredFiles()

No description

testSuite()

No description

array
includeTestSuites()

No description

array
excludeTestSuites()

No description

bool
hasDefaultTestSuite()

No description

string
defaultTestSuite()

No description

array
testSuffixes()

No description

Php
php()

No description

bool
controlGarbageCollector()

No description

bool
hasGenerateBaseline()

No description

string
generateBaseline()

No description

bool
debug()

No description

bool
withTelemetry()

No description

int

Details

__construct(array $cliArguments, string|null $configurationFile, string|null $bootstrap, array $bootstrapForTestSuite, 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 $coverageOpenClover, string|null $coveragePhp, string|null $coverageText, bool $coverageTextShowUncoveredFiles, bool $coverageTextShowOnlySummary, string|null $coverageXml, bool $coverageXmlIncludeSource, bool $pathCoverage, bool $ignoreDeprecatedCodeUnitsFromCodeCoverage, bool $disableCodeCoverageIgnore, bool $failOnAllIssues, bool $failOnDeprecation, bool $failOnPhpunitDeprecation, bool $failOnPhpunitNotice, bool $failOnPhpunitWarning, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $doNotFailOnDeprecation, bool $doNotFailOnPhpunitDeprecation, bool $doNotFailOnPhpunitNotice, 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 $columns, bool $noExtensions, string|null $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 $displayDetailsOnAllIssues, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnPhpunitDeprecations, bool $displayDetailsOnPhpunitNotices, 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 $logfileOtr, bool $includeGitInformationInOtrLogfile, string|null $logfileTestdoxHtml, string|null $logfileTestdoxText, string|null $logEventsText, string|null $logEventsVerboseText, bool $teamCityOutput, bool $testDoxOutput, bool $testDoxOutputSummary, array|null $testsCovering, array|null $testsUsing, array|null $testsRequiringPhpExtension, string|null $filter, string|null $excludeFilter, array $groups, array $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, string|null $defaultTestSuite, bool $ignoreTestSelectionInXmlConfiguration, array $testSuffixes, Php $php, bool $controlGarbageCollector, int $numberOfTestsBeforeGarbageCollection, string|null $generateBaseline, bool $debug, bool $withTelemetry, int $shortenArraysForExportThreshold)

No description

Parameters

array $cliArguments
string|null $configurationFile
string|null $bootstrap
array $bootstrapForTestSuite
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 $coverageOpenClover
string|null $coveragePhp
string|null $coverageText
bool $coverageTextShowUncoveredFiles
bool $coverageTextShowOnlySummary
string|null $coverageXml
bool $coverageXmlIncludeSource
bool $pathCoverage
bool $ignoreDeprecatedCodeUnitsFromCodeCoverage
bool $disableCodeCoverageIgnore
bool $failOnAllIssues
bool $failOnDeprecation
bool $failOnPhpunitDeprecation
bool $failOnPhpunitNotice
bool $failOnPhpunitWarning
bool $failOnEmptyTestSuite
bool $failOnIncomplete
bool $failOnNotice
bool $failOnRisky
bool $failOnSkipped
bool $failOnWarning
bool $doNotFailOnDeprecation
bool $doNotFailOnPhpunitDeprecation
bool $doNotFailOnPhpunitNotice
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 $columns
bool $noExtensions
string|null $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 $displayDetailsOnAllIssues
bool $displayDetailsOnIncompleteTests
bool $displayDetailsOnSkippedTests
bool $displayDetailsOnTestsThatTriggerDeprecations
bool $displayDetailsOnPhpunitDeprecations
bool $displayDetailsOnPhpunitNotices
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 $logfileOtr
bool $includeGitInformationInOtrLogfile
string|null $logfileTestdoxHtml
string|null $logfileTestdoxText
string|null $logEventsText
string|null $logEventsVerboseText
bool $teamCityOutput
bool $testDoxOutput
bool $testDoxOutputSummary
array|null $testsCovering
array|null $testsUsing
array|null $testsRequiringPhpExtension
string|null $filter
string|null $excludeFilter
array $groups
array $excludeGroups
int $randomOrderSeed
bool $includeUncoveredFiles
TestSuiteCollection $testSuite
string $includeTestSuite
string $excludeTestSuite
string|null $defaultTestSuite
bool $ignoreTestSelectionInXmlConfiguration
array $testSuffixes
Php $php
bool $controlGarbageCollector
int $numberOfTestsBeforeGarbageCollection
string|null $generateBaseline
bool $debug
bool $withTelemetry
int $shortenArraysForExportThreshold

bool hasCliArguments()

No description

Return Value

bool

array cliArguments()

No description

Return Value

array

bool hasConfigurationFile()

No description

Return Value

bool

string configurationFile()

No description

Return Value

string

Exceptions

NoConfigurationFileException

bool hasBootstrap()

No description

Return Value

bool

string bootstrap()

No description

Return Value

string

Exceptions

NoBootstrapException

array bootstrapForTestSuite()

No description

Return Value

array

bool cacheResult()

No description

Return Value

bool

bool hasCacheDirectory()

No description

Return Value

bool

string cacheDirectory()

No description

Return Value

string

Exceptions

NoCacheDirectoryException

bool hasCoverageCacheDirectory()

No description

Return Value

bool

string coverageCacheDirectory()

No description

Return Value

string

Exceptions

NoCoverageCacheDirectoryException

Source source()

No description

Return Value

Source

string testResultCacheFile()

No description

Return Value

string

bool ignoreDeprecatedCodeUnitsFromCodeCoverage()

No description

Return Value

bool

bool disableCodeCoverageIgnore()

No description

Return Value

bool

bool pathCoverage()

No description

Return Value

bool

bool hasCoverageReport()

No description

Return Value

bool

bool hasCoverageClover()

No description

Return Value

bool

string coverageClover()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

bool hasCoverageCobertura()

No description

Return Value

bool

string coverageCobertura()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

bool hasCoverageCrap4j()

No description

Return Value

bool

string coverageCrap4j()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

int coverageCrap4jThreshold()

No description

Return Value

int

bool hasCoverageHtml()

No description

Return Value

bool

string coverageHtml()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

int coverageHtmlLowUpperBound()

No description

Return Value

int

int coverageHtmlHighLowerBound()

No description

Return Value

int

string coverageHtmlColorSuccessLow()

No description

Return Value

string

string coverageHtmlColorSuccessMedium()

No description

Return Value

string

string coverageHtmlColorSuccessHigh()

No description

Return Value

string

string coverageHtmlColorWarning()

No description

Return Value

string

string coverageHtmlColorDanger()

No description

Return Value

string

bool hasCoverageHtmlCustomCssFile()

No description

Return Value

bool

string coverageHtmlCustomCssFile()

No description

Return Value

string

Exceptions

NoCustomCssFileException

bool hasCoverageOpenClover()

No description

Return Value

bool

string coverageOpenClover()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

bool hasCoveragePhp()

No description

Return Value

bool

string coveragePhp()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

bool hasCoverageText()

No description

Return Value

bool

string coverageText()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

bool coverageTextShowUncoveredFiles()

No description

Return Value

bool

bool coverageTextShowOnlySummary()

No description

Return Value

bool

bool hasCoverageXml()

No description

Return Value

bool

string coverageXml()

No description

Return Value

string

Exceptions

CodeCoverageReportNotConfiguredException

bool coverageXmlIncludeSource()

No description

Return Value

bool

bool failOnAllIssues()

No description

Return Value

bool

bool failOnDeprecation()

No description

Return Value

bool

bool failOnPhpunitDeprecation()

No description

Return Value

bool

bool failOnPhpunitNotice()

No description

Return Value

bool

bool failOnPhpunitWarning()

No description

Return Value

bool

bool failOnEmptyTestSuite()

No description

Return Value

bool

bool failOnIncomplete()

No description

Return Value

bool

bool failOnNotice()

No description

Return Value

bool

bool failOnRisky()

No description

Return Value

bool

bool failOnSkipped()

No description

Return Value

bool

bool failOnWarning()

No description

Return Value

bool

bool doNotFailOnDeprecation()

No description

Return Value

bool

bool doNotFailOnPhpunitDeprecation()

No description

Return Value

bool

bool doNotFailOnPhpunitNotice()

No description

Return Value

bool

bool doNotFailOnPhpunitWarning()

No description

Return Value

bool

bool doNotFailOnEmptyTestSuite()

No description

Return Value

bool

bool doNotFailOnIncomplete()

No description

Return Value

bool

bool doNotFailOnNotice()

No description

Return Value

bool

bool doNotFailOnRisky()

No description

Return Value

bool

bool doNotFailOnSkipped()

No description

Return Value

bool

bool doNotFailOnWarning()

No description

Return Value

bool

bool stopOnDefect()

No description

Return Value

bool

bool stopOnDeprecation()

No description

Return Value

bool

bool hasSpecificDeprecationToStopOn()

No description

Return Value

bool

string specificDeprecationToStopOn()

No description

Return Value

string

Exceptions

SpecificDeprecationToStopOnNotConfiguredException

bool stopOnError()

No description

Return Value

bool

bool stopOnFailure()

No description

Return Value

bool

bool stopOnIncomplete()

No description

Return Value

bool

bool stopOnNotice()

No description

Return Value

bool

bool stopOnRisky()

No description

Return Value

bool

bool stopOnSkipped()

No description

Return Value

bool

bool stopOnWarning()

No description

Return Value

bool

bool outputToStandardErrorStream()

No description

Return Value

bool

int columns()

No description

Return Value

int

bool noExtensions()

No description

Return Value

bool

bool hasPharExtensionDirectory()

No description

Return Value

bool

string pharExtensionDirectory()

No description

Return Value

string

Exceptions

NoPharExtensionDirectoryException

array extensionBootstrappers()

No description

Return Value

array

bool backupGlobals()

No description

Return Value

bool

bool backupStaticProperties()

No description

Return Value

bool

bool beStrictAboutChangesToGlobalState()

No description

Return Value

bool

bool colors()

No description

Return Value

bool

bool processIsolation()

No description

Return Value

bool

bool enforceTimeLimit()

No description

Return Value

bool

int defaultTimeLimit()

No description

Return Value

int

int timeoutForSmallTests()

No description

Return Value

int

int timeoutForMediumTests()

No description

Return Value

int

int timeoutForLargeTests()

No description

Return Value

int

bool reportUselessTests()

No description

Return Value

bool

bool strictCoverage()

No description

Return Value

bool

bool disallowTestOutput()

No description

Return Value

bool

bool displayDetailsOnAllIssues()

No description

Return Value

bool

bool displayDetailsOnIncompleteTests()

No description

Return Value

bool

bool displayDetailsOnSkippedTests()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerDeprecations()

No description

Return Value

bool

bool displayDetailsOnPhpunitDeprecations()

No description

Return Value

bool

bool displayDetailsOnPhpunitNotices()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerErrors()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerNotices()

No description

Return Value

bool

bool displayDetailsOnTestsThatTriggerWarnings()

No description

Return Value

bool

bool reverseDefectList()

No description

Return Value

bool

bool requireCoverageMetadata()

No description

Return Value

bool

bool noProgress()

No description

Return Value

bool

bool noResults()

No description

Return Value

bool

bool noOutput()

No description

Return Value

bool

int executionOrder()

No description

Return Value

int

int executionOrderDefects()

No description

Return Value

int

bool resolveDependencies()

No description

Return Value

bool

bool hasLogfileTeamcity()

No description

Return Value

bool

string logfileTeamcity()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool hasLogfileJunit()

No description

Return Value

bool

string logfileJunit()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool hasLogfileOtr()

No description

Return Value

bool

string logfileOtr()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool includeGitInformationInOtrLogfile()

No description

Return Value

bool

bool hasLogfileTestdoxHtml()

No description

Return Value

bool

string logfileTestdoxHtml()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool hasLogfileTestdoxText()

No description

Return Value

bool

string logfileTestdoxText()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool hasLogEventsText()

No description

Return Value

bool

string logEventsText()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool hasLogEventsVerboseText()

No description

Return Value

bool

string logEventsVerboseText()

No description

Return Value

string

Exceptions

LoggingNotConfiguredException

bool outputIsTeamCity()

No description

Return Value

bool

bool outputIsTestDox()

No description

Return Value

bool

bool testDoxOutputWithSummary()

No description

Return Value

bool

bool hasTestsCovering()

No description

Return Value

bool

array testsCovering()

No description

Return Value

array

Exceptions

FilterNotConfiguredException

bool hasTestsUsing()

No description

Return Value

bool

array testsUsing()

No description

Return Value

array

Exceptions

FilterNotConfiguredException

bool hasTestsRequiringPhpExtension()

No description

Return Value

bool

array testsRequiringPhpExtension()

No description

Return Value

array

Exceptions

FilterNotConfiguredException

bool hasFilter()

No description

Return Value

bool

string filter()

No description

Return Value

string

Exceptions

FilterNotConfiguredException

bool hasExcludeFilter()

No description

Return Value

bool

string excludeFilter()

No description

Return Value

string

Exceptions

FilterNotConfiguredException

bool hasGroups()

No description

Return Value

bool

array groups()

No description

Return Value

array

Exceptions

FilterNotConfiguredException

bool hasExcludeGroups()

No description

Return Value

bool

array excludeGroups()

No description

Return Value

array

Exceptions

FilterNotConfiguredException

int randomOrderSeed()

No description

Return Value

int

bool includeUncoveredFiles()

No description

Return Value

bool

TestSuiteCollection testSuite()

No description

Return Value

TestSuiteCollection

array includeTestSuites()

No description

Return Value

array

array excludeTestSuites()

No description

Return Value

array

bool hasDefaultTestSuite()

No description

Return Value

bool

string defaultTestSuite()

No description

Return Value

string

Exceptions

NoDefaultTestSuiteException

bool ignoreTestSelectionInXmlConfiguration()

No description

Return Value

bool

array testSuffixes()

No description

Return Value

array

Php php()

No description

Return Value

Php

bool controlGarbageCollector()

No description

Return Value

bool

int numberOfTestsBeforeGarbageCollection()

No description

Return Value

int

bool hasGenerateBaseline()

No description

Return Value

bool

string generateBaseline()

No description

Return Value

string

Exceptions

NoBaselineException

bool debug()

No description

Return Value

bool

bool withTelemetry()

No description

Return Value

bool

int shortenArraysForExportThreshold()

No description

Return Value

int