1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-09 16:32:39 +01:00

Correct parameter name of PhpunitTestEngine::parseTestResults()

Summary: Followup to rARC7c5e607e9752a5e5f1e3ddd9bd1907077acb9253

Test Plan: Compare PHPDoc @param name and method signature.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25804
This commit is contained in:
Andre Klapper 2024-08-24 22:24:22 +02:00
parent 9f9413edd2
commit 201fc1d981

View file

@ -93,7 +93,7 @@ final class PhpunitTestEngine extends ArcanistUnitTestEngine {
* Parse test results from phpunit json report.
*
* @param string $path Path to test
* @param string $json_tmp Path to phpunit json report
* @param string $xml_tmp Path to phpunit json report
* @param string $clover_tmp Path to phpunit clover report
* @param string $stderr Data written to stderr
*