Changeset View
Changeset View
Standalone View
Standalone View
src/unit/parser/ArcanistPhpunitTestResultParser.php
| <?php | <?php | ||||
| /** | /** | ||||
| * PHPUnit Result Parsing utility | * PHPUnit Result Parsing utility | ||||
| * | * | ||||
| * For an example on how to integrate with your test engine, see | * For an example on how to integrate with your test engine, see | ||||
| * @{class:PhpunitTestEngine}. | * @{class:ArcanistPhpunitTestEngine}. | ||||
| */ | */ | ||||
| final class ArcanistPhpunitTestResultParser extends ArcanistTestResultParser { | final class ArcanistPhpunitTestResultParser extends ArcanistTestResultParser { | ||||
| /** | /** | ||||
| * Parse test results from phpunit json report | * Parse test results from phpunit json report | ||||
| * | * | ||||
| * @param string $path Path to test | * @param string $path Path to test | ||||
| * @param string $test_results String containing phpunit json report | * @param string $test_results String containing phpunit json report | ||||
| ▲ Show 20 Lines • Show All 172 Lines • Show Last 20 Lines | |||||