class CI_Unit_test
set_test_items($items)
Parameters:
$items (array) – List of visible test items Returns:
void Sets a list of items that should be visible in tests. Valid options are: test_name test_datatype res_datatype result file line notes
run($test[, $expected = TRUE[, $test_name = 'undefined'[, $notes = '']]])
Parameters:
$test (mixed) – Test data
$expected (mixed) – Expected result
$test_name (string) – Test name
$notes (string) – Any notes to be attached to the t