class TestCase

Single test case.

Constants

internal LIST_METHODS

internal METHOD_PATTERN

Methods

void
run()

Runs the test case.

void
runTest($method, array $args = null)

Runs the test method.

mixed
getData($provider)

No description

void
setUp()

This method is called before a test is executed.

void
tearDown()

This method is called after a test is executed.

Details

at line 32
void run()

Runs the test case.

Return Value

void

at line 66
void runTest($method, array $args = null)

Runs the test method.

Parameters

$method
array $args

Return Value

void

at line 164
protected mixed getData($provider)

No description

Parameters

$provider

Return Value

mixed

at line 180
protected void setUp()

This method is called before a test is executed.

Return Value

void

at line 189
protected void tearDown()

This method is called after a test is executed.

Return Value

void