mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
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
This commit is contained in:
parent
e4525f9de1
commit
3990b38b5b
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ abstract class PhabricatorTestCase extends ArcanistPhutilTestCase {
|
|||
$this->env->overrideEnvConfig(
|
||||
'phabricator.uninstalled-applications',
|
||||
array());
|
||||
|
||||
// TODO: Remove this when we remove "releeph.installed".
|
||||
$this->env->overrideEnvConfig('releeph.installed', true);
|
||||
}
|
||||
|
||||
protected function didRunTests() {
|
||||
|
|
Loading…
Reference in a new issue