mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-22 11:39:03 +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…
Add table
Reference in a new issue