@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.

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

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