class ThirdPartyTestsStubs

Contains stubs for generating classes associated with third party unit testing frameworks.

Methods

static string
builderStub(string $className)

Stub for custom test builder class.

static string
runnerStub(string $className)

Stub for custom test runner class.

Details

at line 16
static string builderStub(string $className)

Stub for custom test builder class.

Parameters

string $className

Name for the new builder class.

Return Value

string

The contents of the new test builder class.

at line 41
static string runnerStub(string $className)

Stub for custom test runner class.

Parameters

string $className

Name for the new runner class.

Return Value

string

The contents of the new runner class.