class ThirdPartyTests

Contains collection of functions that allows uses to add support for third parting unit testing frameworks.

Constants

THIRD_PARTY_TEST_PATH

Methods

static int
makeBuilder(string $className)

Generates a new unit test builder class.

static int
makeRunner(string $className)

Generates a new unit test runner class.

Details

at line 20
static int makeBuilder(string $className)

Generates a new unit test builder class.

Parameters

string $className

Name for the new builder class.

Return Value

int

A value that indicates success, invalid, or failure.

at line 35
static int makeRunner(string $className)

Generates a new unit test runner class.

Parameters

string $className

The name for the new runner class.

Return Value

int

A value that indicates success, invalid, or failure.