mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-04 02:48:25 +01:00
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:
parent
4692920751
commit
b0495ad9af
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue