mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix an undeclared property
Summary: `NoseTestEngine::$parser` is undefined. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13760
This commit is contained in:
parent
e5946ed1a5
commit
d3b316ad35
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
*/
|
||||
final class NoseTestEngine extends ArcanistUnitTestEngine {
|
||||
|
||||
private $parser;
|
||||
|
||||
public function run() {
|
||||
$paths = $this->getPaths();
|
||||
|
||||
|
|
Loading…
Reference in a new issue