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:
parent
dfde57ff81
commit
3308da5f8f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
abstract class ArcanistUnitTestEngine extends Phobject {
|
||||
|
||||
private $workingCopy;
|
||||
private $paths;
|
||||
private $paths = array();
|
||||
private $arguments = array();
|
||||
private $enableAsyncTests;
|
||||
private $enableCoverage;
|
||||
|
|
Loading…
Reference in a new issue