Documentation
¶
Index ¶
Constants ¶
View Source
const OutputCoverageDir = "coverage-puco"
Variables ¶
This section is empty.
Functions ¶
func ParsePHPUnitVersion ¶
メジャーバージョンを返す
Types ¶
type CmdPHPUnit ¶
type CmdPHPUnit struct {
CommandToSpecifyBeforePHPCommand string
// contains filtered or unexported fields
}
func (*CmdPHPUnit) Build ¶
func (c *CmdPHPUnit) Build(targetCoverageDir string, testSuiteName string, configFile string)
TODO: test/coverage以外の、-d memory_limit指定は、設定ファイルから受け取るようにする
func (*CmdPHPUnit) Command ¶
func (c *CmdPHPUnit) Command() tea.Cmd
func (*CmdPHPUnit) RawCmd ¶
func (c *CmdPHPUnit) RawCmd() string
type PHPUitFinishedMsg ¶
type PHPUitFinishedMsg struct {
Stdout string
Stderr string
// contains filtered or unexported fields
}
func (PHPUitFinishedMsg) Err ¶
func (p PHPUitFinishedMsg) Err() error
Click to show internal directories.
Click to hide internal directories.