Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
PHPUnitConfig *config.PHPUnit
RunnerConfig *config.Runner
BaseDir string
Output output.Output
}
type Worker ¶
type Worker struct {
ID int
Tests []distributor.TestFile
BeforeWorker string
RunWorker string
AfterWorker string
BaseDir string
ConfigBuildDir string
Bootstrap string
RawConfigXML []byte
Output output.Output
Filter string
Group string
ExcludeGroup string
WorkerCount int
}
Click to show internal directories.
Click to hide internal directories.