Configuration
in package
FinalYes
Tags
Table of Contents
Constants
- COLOR_ALWAYS = 'always'
- COLOR_AUTO = 'auto'
- COLOR_DEFAULT = self::COLOR_NEVER
- COLOR_NEVER = 'never'
Properties
- $backupGlobals : bool
- $backupStaticProperties : bool
- $beStrictAboutChangesToGlobalState : bool
- $bootstrap : string|null
- $cacheDirectory : string|null
- $cacheResult : bool
- $cliArguments : array<string|int, mixed>
- $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
- $displayDetailsOnIncompleteTests : bool
- $displayDetailsOnSkippedTests : bool
- $displayDetailsOnTestsThatTriggerDeprecations : bool
- $displayDetailsOnTestsThatTriggerErrors : bool
- $displayDetailsOnTestsThatTriggerNotices : bool
- $displayDetailsOnTestsThatTriggerWarnings : bool
- $enforceTimeLimit : bool
- $excludeGroups : array<string|int, mixed>|null
- $excludeTestSuite : string
- $executionOrder : int
- $executionOrderDefects : int
- $extensionBootstrappers : array<string|int, mixed>
- $failOnDeprecation : bool
- $failOnEmptyTestSuite : bool
- $failOnIncomplete : bool
- $failOnNotice : bool
- $failOnRisky : bool
- $failOnSkipped : bool
- $failOnWarning : bool
- $filter : string|null
- $generateBaseline : string|null
- $groups : array<string|int, mixed>|null
- $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 : string|null
- $php : Php
- $processIsolation : bool
- $randomOrderSeed : int
- $registerMockObjectsFromTestArgumentsRecursively : bool
- $reportUselessTests : bool
- $requireCoverageMetadata : bool
- $resolveDependencies : bool
- $reverseDefectList : bool
- $source : Source
- $stopOnDefect : bool
- $stopOnDeprecation : bool
- $stopOnError : bool
- $stopOnFailure : bool
- $stopOnIncomplete : bool
- $stopOnNotice : bool
- $stopOnRisky : bool
- $stopOnSkipped : bool
- $stopOnWarning : bool
- $strictCoverage : bool
- $teamCityOutput : bool
- $testDoxOutput : bool
- $testResultCacheFile : string
- $testsCovering : array<string|int, mixed>|null
- $testSuffixes : array<string|int, mixed>
- $testSuite : TestSuiteCollection
- $testsUsing : array<string|int, mixed>|null
- $timeoutForLargeTests : int
- $timeoutForMediumTests : int
- $timeoutForSmallTests : int
Methods
- __construct() : mixed
- backupGlobals() : bool
- backupStaticProperties() : bool
- beStrictAboutChangesToGlobalState() : bool
- bootstrap() : string
- cacheDirectory() : string
- cacheResult() : bool
- cliArgument() : non-empty-string
- cliArguments() : array<string|int, mixed>
- colors() : bool
- columns() : int
- configurationFile() : string
- controlGarbageCollector() : bool
- coverageCacheDirectory() : string
- coverageClover() : string
- coverageCobertura() : string
- coverageCrap4j() : string
- coverageCrap4jThreshold() : int
- coverageExcludeDirectories() : FilterDirectoryCollection
- coverageExcludeFiles() : FileCollection
- coverageHtml() : string
- coverageHtmlColorDanger() : string
- coverageHtmlColorSuccessHigh() : string
- coverageHtmlColorSuccessLow() : string
- coverageHtmlColorSuccessMedium() : string
- coverageHtmlColorWarning() : string
- coverageHtmlCustomCssFile() : string
- coverageHtmlHighLowerBound() : int
- coverageHtmlLowUpperBound() : int
- coverageIncludeDirectories() : FilterDirectoryCollection
- coverageIncludeFiles() : FileCollection
- coveragePhp() : string
- coverageText() : string
- coverageTextShowOnlySummary() : bool
- coverageTextShowUncoveredFiles() : bool
- coverageXml() : string
- debug() : bool
- defaultTestSuite() : string
- defaultTimeLimit() : int
- disableCodeCoverageIgnore() : bool
- disallowTestOutput() : bool
- displayDetailsOnIncompleteTests() : bool
- displayDetailsOnSkippedTests() : bool
- displayDetailsOnTestsThatTriggerDeprecations() : bool
- displayDetailsOnTestsThatTriggerErrors() : bool
- displayDetailsOnTestsThatTriggerNotices() : bool
- displayDetailsOnTestsThatTriggerWarnings() : bool
- enforceTimeLimit() : bool
- excludeGroups() : array<string|int, mixed>
- excludeTestSuite() : string
- executionOrder() : int
- executionOrderDefects() : int
- extensionBootstrappers() : array<string|int, mixed>
- failOnDeprecation() : bool
- failOnEmptyTestSuite() : bool
- failOnIncomplete() : bool
- failOnNotice() : bool
- failOnRisky() : bool
- failOnSkipped() : bool
- failOnWarning() : bool
- filter() : string
- generateBaseline() : string
- groups() : array<string|int, mixed>
- hasBootstrap() : bool
- hasCacheDirectory() : bool
- hasCliArgument() : 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
- hasExcludeGroups() : bool
- hasFilter() : bool
- hasGenerateBaseline() : bool
- hasGroups() : bool
- hasLogEventsText() : bool
- hasLogEventsVerboseText() : bool
- hasLogfileJunit() : bool
- hasLogfileTeamcity() : bool
- hasLogfileTestdoxHtml() : bool
- hasLogfileTestdoxText() : bool
- hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport() : bool
- hasPharExtensionDirectory() : bool
- hasTestsCovering() : bool
- hasTestsUsing() : bool
- ignoreDeprecatedCodeUnitsFromCodeCoverage() : bool
- includeTestSuite() : string
- includeUncoveredFiles() : bool
- loadPharExtensions() : 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() : string
- php() : Php
- processIsolation() : bool
- randomOrderSeed() : int
- registerMockObjectsFromTestArgumentsRecursively() : bool
- reportUselessTests() : bool
- requireCoverageMetadata() : bool
- resolveDependencies() : bool
- restrictDeprecations() : bool
- restrictNotices() : bool
- restrictWarnings() : bool
- reverseDefectList() : bool
- source() : Source
- stopOnDefect() : bool
- stopOnDeprecation() : bool
- stopOnError() : bool
- stopOnFailure() : bool
- stopOnIncomplete() : bool
- stopOnNotice() : bool
- stopOnRisky() : bool
- stopOnSkipped() : bool
- stopOnWarning() : bool
- strictCoverage() : bool
- testResultCacheFile() : string
- testsCovering() : array<string|int, mixed>
- testSuffixes() : array<string|int, mixed>
- testSuite() : TestSuiteCollection
- testsUsing() : array<string|int, mixed>
- timeoutForLargeTests() : int
- timeoutForMediumTests() : int
- timeoutForSmallTests() : int
Constants
COLOR_ALWAYS
public
mixed
COLOR_ALWAYS
= 'always'
COLOR_AUTO
public
mixed
COLOR_AUTO
= 'auto'
COLOR_DEFAULT
public
mixed
COLOR_DEFAULT
= self::COLOR_NEVER
COLOR_NEVER
public
mixed
COLOR_NEVER
= 'never'
Properties
$backupGlobals read-only
private
bool
$backupGlobals
$backupStaticProperties read-only
private
bool
$backupStaticProperties
$beStrictAboutChangesToGlobalState read-only
private
bool
$beStrictAboutChangesToGlobalState
$bootstrap read-only
private
string|null
$bootstrap
$cacheDirectory read-only
private
string|null
$cacheDirectory
$cacheResult read-only
private
bool
$cacheResult
$cliArguments read-only
private
array<string|int, mixed>
$cliArguments
Tags
$colors read-only
private
bool
$colors
$columns read-only
private
int
$columns
$configurationFile read-only
private
string|null
$configurationFile
$controlGarbageCollector read-only
private
bool
$controlGarbageCollector
$coverageCacheDirectory read-only
private
string|null
$coverageCacheDirectory
$coverageClover read-only
private
string|null
$coverageClover
$coverageCobertura read-only
private
string|null
$coverageCobertura
$coverageCrap4j read-only
private
string|null
$coverageCrap4j
$coverageCrap4jThreshold read-only
private
int
$coverageCrap4jThreshold
$coverageHtml read-only
private
string|null
$coverageHtml
$coverageHtmlColorDanger read-only
private
string
$coverageHtmlColorDanger
$coverageHtmlColorSuccessHigh read-only
private
string
$coverageHtmlColorSuccessHigh
$coverageHtmlColorSuccessLow read-only
private
string
$coverageHtmlColorSuccessLow
$coverageHtmlColorSuccessMedium read-only
private
string
$coverageHtmlColorSuccessMedium
$coverageHtmlColorWarning read-only
private
string
$coverageHtmlColorWarning
$coverageHtmlCustomCssFile read-only
private
string|null
$coverageHtmlCustomCssFile
$coverageHtmlHighLowerBound read-only
private
int
$coverageHtmlHighLowerBound
$coverageHtmlLowUpperBound read-only
private
int
$coverageHtmlLowUpperBound
$coveragePhp read-only
private
string|null
$coveragePhp
$coverageText read-only
private
string|null
$coverageText
$coverageTextShowOnlySummary read-only
private
bool
$coverageTextShowOnlySummary
$coverageTextShowUncoveredFiles read-only
private
bool
$coverageTextShowUncoveredFiles
$coverageXml read-only
private
string|null
$coverageXml
$debug read-only
private
bool
$debug
$defaultTestSuite read-only
private
string|null
$defaultTestSuite
$defaultTimeLimit read-only
private
int
$defaultTimeLimit
$disableCodeCoverageIgnore read-only
private
bool
$disableCodeCoverageIgnore
$disallowTestOutput read-only
private
bool
$disallowTestOutput
$displayDetailsOnIncompleteTests read-only
private
bool
$displayDetailsOnIncompleteTests
$displayDetailsOnSkippedTests read-only
private
bool
$displayDetailsOnSkippedTests
$displayDetailsOnTestsThatTriggerDeprecations read-only
private
bool
$displayDetailsOnTestsThatTriggerDeprecations
$displayDetailsOnTestsThatTriggerErrors read-only
private
bool
$displayDetailsOnTestsThatTriggerErrors
$displayDetailsOnTestsThatTriggerNotices read-only
private
bool
$displayDetailsOnTestsThatTriggerNotices
$displayDetailsOnTestsThatTriggerWarnings read-only
private
bool
$displayDetailsOnTestsThatTriggerWarnings
$enforceTimeLimit read-only
private
bool
$enforceTimeLimit
$excludeGroups read-only
private
array<string|int, mixed>|null
$excludeGroups
$excludeTestSuite read-only
private
string
$excludeTestSuite
$executionOrder read-only
private
int
$executionOrder
$executionOrderDefects read-only
private
int
$executionOrderDefects
$extensionBootstrappers read-only
private
array<string|int, mixed>
$extensionBootstrappers
Tags
$failOnDeprecation read-only
private
bool
$failOnDeprecation
$failOnEmptyTestSuite read-only
private
bool
$failOnEmptyTestSuite
$failOnIncomplete read-only
private
bool
$failOnIncomplete
$failOnNotice read-only
private
bool
$failOnNotice
$failOnRisky read-only
private
bool
$failOnRisky
$failOnSkipped read-only
private
bool
$failOnSkipped
$failOnWarning read-only
private
bool
$failOnWarning
$filter read-only
private
string|null
$filter
$generateBaseline read-only
private
string|null
$generateBaseline
$groups read-only
private
array<string|int, mixed>|null
$groups
$ignoreDeprecatedCodeUnitsFromCodeCoverage read-only
private
bool
$ignoreDeprecatedCodeUnitsFromCodeCoverage
$includeTestSuite read-only
private
string
$includeTestSuite
$includeUncoveredFiles read-only
private
bool
$includeUncoveredFiles
$logEventsText read-only
private
string|null
$logEventsText
$logEventsVerboseText read-only
private
string|null
$logEventsVerboseText
$logfileJunit read-only
private
string|null
$logfileJunit
$logfileTeamcity read-only
private
string|null
$logfileTeamcity
$logfileTestdoxHtml read-only
private
string|null
$logfileTestdoxHtml
$logfileTestdoxText read-only
private
string|null
$logfileTestdoxText
$noExtensions read-only
private
bool
$noExtensions
$noOutput read-only
private
bool
$noOutput
$noProgress read-only
private
bool
$noProgress
$noResults read-only
private
bool
$noResults
$numberOfTestsBeforeGarbageCollection read-only
private
int
$numberOfTestsBeforeGarbageCollection
$outputToStandardErrorStream read-only
private
bool
$outputToStandardErrorStream
$pathCoverage read-only
private
bool
$pathCoverage
$pharExtensionDirectory read-only
private
string|null
$pharExtensionDirectory
Tags
$php read-only
private
Php
$php
$processIsolation read-only
private
bool
$processIsolation
$randomOrderSeed read-only
private
int
$randomOrderSeed
$registerMockObjectsFromTestArgumentsRecursively read-only
private
bool
$registerMockObjectsFromTestArgumentsRecursively
$reportUselessTests read-only
private
bool
$reportUselessTests
$requireCoverageMetadata read-only
private
bool
$requireCoverageMetadata
$resolveDependencies read-only
private
bool
$resolveDependencies
$reverseDefectList read-only
private
bool
$reverseDefectList
$source read-only
private
Source
$source
$stopOnDefect read-only
private
bool
$stopOnDefect
$stopOnDeprecation read-only
private
bool
$stopOnDeprecation
$stopOnError read-only
private
bool
$stopOnError
$stopOnFailure read-only
private
bool
$stopOnFailure
$stopOnIncomplete read-only
private
bool
$stopOnIncomplete
$stopOnNotice read-only
private
bool
$stopOnNotice
$stopOnRisky read-only
private
bool
$stopOnRisky
$stopOnSkipped read-only
private
bool
$stopOnSkipped
$stopOnWarning read-only
private
bool
$stopOnWarning
$strictCoverage read-only
private
bool
$strictCoverage
$teamCityOutput read-only
private
bool
$teamCityOutput
$testDoxOutput read-only
private
bool
$testDoxOutput
$testResultCacheFile read-only
private
string
$testResultCacheFile
$testsCovering read-only
private
array<string|int, mixed>|null
$testsCovering
$testSuffixes read-only
private
array<string|int, mixed>
$testSuffixes
Tags
$testSuite read-only
private
TestSuiteCollection
$testSuite
$testsUsing read-only
private
array<string|int, mixed>|null
$testsUsing
$timeoutForLargeTests read-only
private
int
$timeoutForLargeTests
$timeoutForMediumTests read-only
private
int
$timeoutForMediumTests
$timeoutForSmallTests read-only
private
int
$timeoutForSmallTests
Methods
__construct()
public
__construct(array<string|int, mixed> $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 $failOnDeprecation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $stopOnDefect, bool $stopOnDeprecation, bool $stopOnError, bool $stopOnFailure, bool $stopOnIncomplete, bool $stopOnNotice, bool $stopOnRisky, bool $stopOnSkipped, bool $stopOnWarning, bool $outputToStandardErrorStream, int|string $columns, bool $noExtensions, string|null $pharExtensionDirectory, array<string|int, mixed> $extensionBootstrappers, bool $backupGlobals, bool $backupStaticProperties, bool $beStrictAboutChangesToGlobalState, bool $colors, bool $processIsolation, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, bool $reportUselessTests, bool $strictCoverage, bool $disallowTestOutput, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, bool $registerMockObjectsFromTestArgumentsRecursively, 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, array<string|int, mixed>|null $testsCovering, array<string|int, mixed>|null $testsUsing, string|null $filter, array<string|int, mixed>|null $groups, array<string|int, mixed>|null $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, string|null $defaultTestSuite, array<string|int, mixed> $testSuffixes, Php $php, bool $controlGarbageCollector, int $numberOfTestsBeforeGarbageCollection, string|null $generateBaseline, bool $debug) : mixed
Parameters
- $cliArguments : array<string|int, mixed>
- $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
- $failOnDeprecation : bool
- $failOnEmptyTestSuite : bool
- $failOnIncomplete : bool
- $failOnNotice : bool
- $failOnRisky : bool
- $failOnSkipped : bool
- $failOnWarning : bool
- $stopOnDefect : bool
- $stopOnDeprecation : bool
- $stopOnError : bool
- $stopOnFailure : bool
- $stopOnIncomplete : bool
- $stopOnNotice : bool
- $stopOnRisky : bool
- $stopOnSkipped : bool
- $stopOnWarning : bool
- $outputToStandardErrorStream : bool
- $columns : int|string
- $noExtensions : bool
- $pharExtensionDirectory : string|null
- $extensionBootstrappers : array<string|int, mixed>
- $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
- $displayDetailsOnIncompleteTests : bool
- $displayDetailsOnSkippedTests : bool
- $displayDetailsOnTestsThatTriggerDeprecations : bool
- $displayDetailsOnTestsThatTriggerErrors : bool
- $displayDetailsOnTestsThatTriggerNotices : bool
- $displayDetailsOnTestsThatTriggerWarnings : bool
- $reverseDefectList : bool
- $requireCoverageMetadata : bool
- $registerMockObjectsFromTestArgumentsRecursively : 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
- $testsCovering : array<string|int, mixed>|null
- $testsUsing : array<string|int, mixed>|null
- $filter : string|null
- $groups : array<string|int, mixed>|null
- $excludeGroups : array<string|int, mixed>|null
- $randomOrderSeed : int
- $includeUncoveredFiles : bool
- $testSuite : TestSuiteCollection
- $includeTestSuite : string
- $excludeTestSuite : string
- $defaultTestSuite : string|null
- $testSuffixes : array<string|int, mixed>
- $php : Php
- $controlGarbageCollector : bool
- $numberOfTestsBeforeGarbageCollection : int
- $generateBaseline : string|null
- $debug : bool
Tags
backupGlobals()
public
backupGlobals() : bool
Return values
boolbackupStaticProperties()
public
backupStaticProperties() : bool
Return values
boolbeStrictAboutChangesToGlobalState()
public
beStrictAboutChangesToGlobalState() : bool
Return values
boolbootstrap()
public
bootstrap() : string
Tags
Return values
stringcacheDirectory()
public
cacheDirectory() : string
Tags
Return values
stringcacheResult()
public
cacheResult() : bool
Return values
boolcliArgument()
public
cliArgument() : non-empty-string
Tags
Return values
non-empty-stringcliArguments()
public
cliArguments() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>colors()
public
colors() : bool
Return values
boolcolumns()
public
columns() : int
Return values
intconfigurationFile()
public
configurationFile() : string
Tags
Return values
stringcontrolGarbageCollector()
public
controlGarbageCollector() : bool
Return values
boolcoverageCacheDirectory()
public
coverageCacheDirectory() : string
Tags
Return values
stringcoverageClover()
public
coverageClover() : string
Tags
Return values
stringcoverageCobertura()
public
coverageCobertura() : string
Tags
Return values
stringcoverageCrap4j()
public
coverageCrap4j() : string
Tags
Return values
stringcoverageCrap4jThreshold()
public
coverageCrap4jThreshold() : int
Return values
intcoverageExcludeDirectories()
public
coverageExcludeDirectories() : FilterDirectoryCollection
Tags
Return values
FilterDirectoryCollectioncoverageExcludeFiles()
public
coverageExcludeFiles() : FileCollection
Tags
Return values
FileCollectioncoverageHtml()
public
coverageHtml() : string
Tags
Return values
stringcoverageHtmlColorDanger()
public
coverageHtmlColorDanger() : string
Return values
stringcoverageHtmlColorSuccessHigh()
public
coverageHtmlColorSuccessHigh() : string
Return values
stringcoverageHtmlColorSuccessLow()
public
coverageHtmlColorSuccessLow() : string
Return values
stringcoverageHtmlColorSuccessMedium()
public
coverageHtmlColorSuccessMedium() : string
Return values
stringcoverageHtmlColorWarning()
public
coverageHtmlColorWarning() : string
Return values
stringcoverageHtmlCustomCssFile()
public
coverageHtmlCustomCssFile() : string
Tags
Return values
stringcoverageHtmlHighLowerBound()
public
coverageHtmlHighLowerBound() : int
Return values
intcoverageHtmlLowUpperBound()
public
coverageHtmlLowUpperBound() : int
Return values
intcoverageIncludeDirectories()
public
coverageIncludeDirectories() : FilterDirectoryCollection
Tags
Return values
FilterDirectoryCollectioncoverageIncludeFiles()
public
coverageIncludeFiles() : FileCollection
Tags
Return values
FileCollectioncoveragePhp()
public
coveragePhp() : string
Tags
Return values
stringcoverageText()
public
coverageText() : string
Tags
Return values
stringcoverageTextShowOnlySummary()
public
coverageTextShowOnlySummary() : bool
Return values
boolcoverageTextShowUncoveredFiles()
public
coverageTextShowUncoveredFiles() : bool
Return values
boolcoverageXml()
public
coverageXml() : string
Tags
Return values
stringdebug()
public
debug() : bool
Return values
booldefaultTestSuite()
public
defaultTestSuite() : string
Tags
Return values
stringdefaultTimeLimit()
public
defaultTimeLimit() : int
Return values
intdisableCodeCoverageIgnore()
public
disableCodeCoverageIgnore() : bool
Return values
booldisallowTestOutput()
public
disallowTestOutput() : bool
Return values
booldisplayDetailsOnIncompleteTests()
public
displayDetailsOnIncompleteTests() : bool
Return values
booldisplayDetailsOnSkippedTests()
public
displayDetailsOnSkippedTests() : bool
Return values
booldisplayDetailsOnTestsThatTriggerDeprecations()
public
displayDetailsOnTestsThatTriggerDeprecations() : bool
Return values
booldisplayDetailsOnTestsThatTriggerErrors()
public
displayDetailsOnTestsThatTriggerErrors() : bool
Return values
booldisplayDetailsOnTestsThatTriggerNotices()
public
displayDetailsOnTestsThatTriggerNotices() : bool
Return values
booldisplayDetailsOnTestsThatTriggerWarnings()
public
displayDetailsOnTestsThatTriggerWarnings() : bool
Return values
boolenforceTimeLimit()
public
enforceTimeLimit() : bool
Return values
boolexcludeGroups()
public
excludeGroups() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>excludeTestSuite()
public
excludeTestSuite() : string
Return values
stringexecutionOrder()
public
executionOrder() : int
Return values
intexecutionOrderDefects()
public
executionOrderDefects() : int
Return values
intextensionBootstrappers()
public
extensionBootstrappers() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>failOnDeprecation()
public
failOnDeprecation() : bool
Return values
boolfailOnEmptyTestSuite()
public
failOnEmptyTestSuite() : bool
Return values
boolfailOnIncomplete()
public
failOnIncomplete() : bool
Return values
boolfailOnNotice()
public
failOnNotice() : bool
Return values
boolfailOnRisky()
public
failOnRisky() : bool
Return values
boolfailOnSkipped()
public
failOnSkipped() : bool
Return values
boolfailOnWarning()
public
failOnWarning() : bool
Return values
boolfilter()
public
filter() : string
Tags
Return values
stringgenerateBaseline()
public
generateBaseline() : string
Tags
Return values
stringgroups()
public
groups() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>hasBootstrap()
public
hasBootstrap() : bool
Tags
Return values
boolhasCacheDirectory()
public
hasCacheDirectory() : bool
Tags
Return values
boolhasCliArgument()
public
hasCliArgument() : bool
Tags
Return values
boolhasCliArguments()
public
hasCliArguments() : bool
Tags
Return values
boolhasConfigurationFile()
public
hasConfigurationFile() : bool
Tags
Return values
boolhasCoverageCacheDirectory()
public
hasCoverageCacheDirectory() : bool
Tags
Return values
boolhasCoverageClover()
public
hasCoverageClover() : bool
Tags
Return values
boolhasCoverageCobertura()
public
hasCoverageCobertura() : bool
Tags
Return values
boolhasCoverageCrap4j()
public
hasCoverageCrap4j() : bool
Tags
Return values
boolhasCoverageHtml()
public
hasCoverageHtml() : bool
Tags
Return values
boolhasCoverageHtmlCustomCssFile()
public
hasCoverageHtmlCustomCssFile() : bool
Tags
Return values
boolhasCoveragePhp()
public
hasCoveragePhp() : bool
Tags
Return values
boolhasCoverageReport()
public
hasCoverageReport() : bool
Return values
boolhasCoverageText()
public
hasCoverageText() : bool
Tags
Return values
boolhasCoverageXml()
public
hasCoverageXml() : bool
Tags
Return values
boolhasDefaultTestSuite()
public
hasDefaultTestSuite() : bool
Tags
Return values
boolhasExcludeGroups()
public
hasExcludeGroups() : bool
Tags
Return values
boolhasFilter()
public
hasFilter() : bool
Tags
Return values
boolhasGenerateBaseline()
public
hasGenerateBaseline() : bool
Tags
Return values
boolhasGroups()
public
hasGroups() : bool
Tags
Return values
boolhasLogEventsText()
public
hasLogEventsText() : bool
Tags
Return values
boolhasLogEventsVerboseText()
public
hasLogEventsVerboseText() : bool
Tags
Return values
boolhasLogfileJunit()
public
hasLogfileJunit() : bool
Tags
Return values
boolhasLogfileTeamcity()
public
hasLogfileTeamcity() : bool
Tags
Return values
boolhasLogfileTestdoxHtml()
public
hasLogfileTestdoxHtml() : bool
Tags
Return values
boolhasLogfileTestdoxText()
public
hasLogfileTestdoxText() : bool
Tags
Return values
boolhasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport()
public
hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport() : bool
Tags
Return values
boolhasPharExtensionDirectory()
public
hasPharExtensionDirectory() : bool
Tags
Return values
boolhasTestsCovering()
public
hasTestsCovering() : bool
Tags
Return values
boolhasTestsUsing()
public
hasTestsUsing() : bool
Tags
Return values
boolignoreDeprecatedCodeUnitsFromCodeCoverage()
public
ignoreDeprecatedCodeUnitsFromCodeCoverage() : bool
Return values
boolincludeTestSuite()
public
includeTestSuite() : string
Return values
stringincludeUncoveredFiles()
public
includeUncoveredFiles() : bool
Return values
boolloadPharExtensions()
public
loadPharExtensions() : bool
Tags
Return values
boollogEventsText()
public
logEventsText() : string
Tags
Return values
stringlogEventsVerboseText()
public
logEventsVerboseText() : string
Tags
Return values
stringlogfileJunit()
public
logfileJunit() : string
Tags
Return values
stringlogfileTeamcity()
public
logfileTeamcity() : string
Tags
Return values
stringlogfileTestdoxHtml()
public
logfileTestdoxHtml() : string
Tags
Return values
stringlogfileTestdoxText()
public
logfileTestdoxText() : string
Tags
Return values
stringnoExtensions()
public
noExtensions() : bool
Return values
boolnoOutput()
public
noOutput() : bool
Return values
boolnoProgress()
public
noProgress() : bool
Return values
boolnoResults()
public
noResults() : bool
Return values
boolnumberOfTestsBeforeGarbageCollection()
public
numberOfTestsBeforeGarbageCollection() : int
Return values
intoutputIsTeamCity()
public
outputIsTeamCity() : bool
Return values
booloutputIsTestDox()
public
outputIsTestDox() : bool
Return values
booloutputToStandardErrorStream()
public
outputToStandardErrorStream() : bool
Return values
boolpathCoverage()
public
pathCoverage() : bool
Return values
boolpharExtensionDirectory()
public
pharExtensionDirectory() : string
Tags
Return values
stringphp()
public
php() : Php
Return values
PhpprocessIsolation()
public
processIsolation() : bool
Return values
boolrandomOrderSeed()
public
randomOrderSeed() : int
Return values
intregisterMockObjectsFromTestArgumentsRecursively()
public
registerMockObjectsFromTestArgumentsRecursively() : bool
Tags
Return values
boolreportUselessTests()
public
reportUselessTests() : bool
Return values
boolrequireCoverageMetadata()
public
requireCoverageMetadata() : bool
Return values
boolresolveDependencies()
public
resolveDependencies() : bool
Return values
boolrestrictDeprecations()
public
restrictDeprecations() : bool
Tags
Return values
boolrestrictNotices()
public
restrictNotices() : bool
Tags
Return values
boolrestrictWarnings()
public
restrictWarnings() : bool
Tags
Return values
boolreverseDefectList()
public
reverseDefectList() : bool
Return values
boolsource()
public
source() : Source
Return values
SourcestopOnDefect()
public
stopOnDefect() : bool
Return values
boolstopOnDeprecation()
public
stopOnDeprecation() : bool
Return values
boolstopOnError()
public
stopOnError() : bool
Return values
boolstopOnFailure()
public
stopOnFailure() : bool
Return values
boolstopOnIncomplete()
public
stopOnIncomplete() : bool
Return values
boolstopOnNotice()
public
stopOnNotice() : bool
Return values
boolstopOnRisky()
public
stopOnRisky() : bool
Return values
boolstopOnSkipped()
public
stopOnSkipped() : bool
Return values
boolstopOnWarning()
public
stopOnWarning() : bool
Return values
boolstrictCoverage()
public
strictCoverage() : bool
Return values
booltestResultCacheFile()
public
testResultCacheFile() : string
Return values
stringtestsCovering()
public
testsCovering() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>testSuffixes()
public
testSuffixes() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>testSuite()
public
testSuite() : TestSuiteCollection
Return values
TestSuiteCollectiontestsUsing()
public
testsUsing() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>timeoutForLargeTests()
public
timeoutForLargeTests() : int
Return values
inttimeoutForMediumTests()
public
timeoutForMediumTests() : int
Return values
inttimeoutForSmallTests()
public
timeoutForSmallTests() : int