@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 Phabricator, disregard src/extensions for unit tests

Summary: See D9834. Phabricator flavor.

Test Plan: See D9834.

Reviewers: joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

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

+2 -1
+2 -1
src/__tests__/PhabricatorInfrastructureTestCase.php
··· 31 31 ->buildMap(); 32 32 33 33 $bootloader = PhutilBootloader::getInstance(); 34 - $old_library_map = $bootloader->getLibraryMap('phabricator'); 34 + $old_library_map = $bootloader->getLibraryMapWithoutExtensions( 35 + 'phabricator'); 35 36 unset($old_library_map[PhutilLibraryMapBuilder::LIBRARY_MAP_VERSION_KEY]); 36 37 37 38 $this->assertEqual(