in test environments, install beta applications

Summary:
Following on from D5938, also need to override the beta setting
so that testApplicationsInstalled passes

Test Plan: testApplicationsInstalled passes

Reviewers: epriestley, nh

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6001
This commit is contained in:
Wez Furlong
2013-05-22 09:49:10 -07:00
parent 4692920751
commit b0495ad9af

View File

@@ -96,6 +96,9 @@ abstract class PhabricatorTestCase extends ArcanistPhutilTestCase {
$this->env->overrideEnvConfig( $this->env->overrideEnvConfig(
'phabricator.uninstalled-applications', 'phabricator.uninstalled-applications',
array()); array());
$this->env->overrideEnvConfig(
'phabricator.show-beta-applications',
true);
// TODO: Remove this when we remove "releeph.installed". // TODO: Remove this when we remove "releeph.installed".
$this->env->overrideEnvConfig('releeph.installed', true); $this->env->overrideEnvConfig('releeph.installed', true);