From 579c0eba1a002b3bd29a74d6f4a591aeeed734ee Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 15 Jun 2015 13:39:00 -0700 Subject: [PATCH] Fix missing property in ArcanistPhpunitTestResultParser Fixes T8554. Auditors: joshuaspence --- src/unit/parser/ArcanistPhpunitTestResultParser.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unit/parser/ArcanistPhpunitTestResultParser.php b/src/unit/parser/ArcanistPhpunitTestResultParser.php index 10a09051..608f1f57 100644 --- a/src/unit/parser/ArcanistPhpunitTestResultParser.php +++ b/src/unit/parser/ArcanistPhpunitTestResultParser.php @@ -8,6 +8,8 @@ */ final class ArcanistPhpunitTestResultParser extends ArcanistTestResultParser { + private $affectedTests; + /** * Parse test results from phpunit json report *