@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3
+3
src/infrastructure/testing/PhabricatorTestCase.php
··· 96 96 $this->env->overrideEnvConfig( 97 97 'phabricator.uninstalled-applications', 98 98 array()); 99 + $this->env->overrideEnvConfig( 100 + 'phabricator.show-beta-applications', 101 + true); 99 102 100 103 // TODO: Remove this when we remove "releeph.installed". 101 104 $this->env->overrideEnvConfig('releeph.installed', true);