1
0
Fork 0
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:
epriestley 2015-06-15 13:39:00 -07:00
parent fe4856277c
commit 579c0eba1a

View file

@ -8,6 +8,8 @@
*/ */
final class ArcanistPhpunitTestResultParser extends ArcanistTestResultParser { final class ArcanistPhpunitTestResultParser extends ArcanistTestResultParser {
private $affectedTests;
/** /**
* Parse test results from phpunit json report * Parse test results from phpunit json report
* *