mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix missing property in ArcanistPhpunitTestResultParser
Fixes T8554. Auditors: joshuaspence
This commit is contained in:
parent
fe4856277c
commit
579c0eba1a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
*/
|
||||
final class ArcanistPhpunitTestResultParser extends ArcanistTestResultParser {
|
||||
|
||||
private $affectedTests;
|
||||
|
||||
/**
|
||||
* Parse test results from phpunit json report
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue