1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-23 14:00:55 +01:00

Fix T9635 by initializing the property

Summary: Fix T9635 by properly initializing a property

Test Plan: run arc unit

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Maniphest Tasks: T9635

Differential Revision: https://secure.phabricator.com/D14340
This commit is contained in:
Michael Krasnow 2015-10-26 09:48:31 -07:00 committed by epriestley
parent dfde57ff81
commit 3308da5f8f

View file

@ -6,7 +6,7 @@
abstract class ArcanistUnitTestEngine extends Phobject {
private $workingCopy;
private $paths;
private $paths = array();
private $arguments = array();
private $enableAsyncTests;
private $enableCoverage;