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

Minor change to `PhutilInfrastructureTestCase`

Summary: Update `PhutilInfrastructureTestCase` after D9860 and D9861.

Test Plan: `arc unit` should do the trick.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9862

-2
-2
src/__tests__/PhabricatorInfrastructureTestCase.php
··· 27 27 $root = phutil_get_library_root($library); 28 28 29 29 $new_library_map = id(new PhutilLibraryMapBuilder($root)) 30 - ->setQuiet(true) 31 - ->setDryRun(true) 32 30 ->buildMap(); 33 31 34 32 $bootloader = PhutilBootloader::getInstance();