Documentation
¶
Overview ¶
Package phpunit implements PHPUnit test framework support for PHP test files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefinition ¶
func NewDefinition() *framework.Definition
Types ¶
type PHPUnitContentMatcher ¶
type PHPUnitContentMatcher struct{}
PHPUnitContentMatcher matches PHPUnit specific patterns.
func (*PHPUnitContentMatcher) Match ¶
func (m *PHPUnitContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type PHPUnitFileMatcher ¶
type PHPUnitFileMatcher struct{}
PHPUnitFileMatcher matches *Test.php, *Tests.php, Test*.php files.
func (*PHPUnitFileMatcher) Match ¶
func (m *PHPUnitFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.