CSVParser
in package
Parse phpunit result files
Table of Contents
Methods
- parseResults() : array<string|int, mixed>
Methods
parseResults()
public
static parseResults(string $csvContent) : array<string|int, mixed>
Parameters
- $csvContent : string
-
Content; each row in the row csv should start with two cells:.
- cell 0: the test name
- cell 1: the test status
Return values
array<string|int, mixed> —(string $testName => string $status)