class CSVParser

Parse phpunit result files

Methods

static array
parseResults(string $csvContent)

No description

Details

at line 17
static array parseResults(string $csvContent)

Parameters

string $csvContent Content; each row in the row csv should start with two cells:. - cell 0: the test name - cell 1: the test status

Return Value

array (string $testName => string $status)