Skip to content

Commit 3990b38

Browse files
author
epriestley
committed
Force Releeph to be installed during unit tests
Summary: Fixes failure in "testApplicationInstalled" if this flag is off (as it is by default). Test Plan: Ran "testApplicationsInstalled" with this flag off. Reviewers: garoevans, btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D5979
1 parent e4525f9 commit 3990b38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/infrastructure/testing/PhabricatorTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ protected function willRunTests() {
9696
$this->env->overrideEnvConfig(
9797
'phabricator.uninstalled-applications',
9898
array());
99+
100+
// TODO: Remove this when we remove "releeph.installed".
101+
$this->env->overrideEnvConfig('releeph.installed', true);
99102
}
100103

101104
protected function didRunTests() {

0 commit comments

Comments
 (0)