class TestCase

Single test case.

Constants

internal LIST_METHODS

internal METHOD_PATTERN

Methods

void
run($method = NULL)

Runs the test case.

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

Runs the test method.

array
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 25
void run($method = NULL)

Runs the test case.

Parameters

$method

Return Value

void

at line 64
void runTest($method, array $args = NULL)

Runs the test method.

Parameters

$method
array $args

Return Value

void

at line 165
protected array getData($provider)

No description

Parameters

$provider

Return Value

array

at line 181
protected void setUp()

This method is called before a test is executed.

Return Value

void

at line 190
protected void tearDown()

This method is called after a test is executed.

Return Value

void