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:
parent
9f9413edd2
commit
201fc1d981
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue