1
0
Fork 0
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:
epriestley 2013-05-20 10:13:53 -07:00
parent e4525f9de1
commit 3990b38b5b

View file

@ -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() {