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

Fix method visiblity for `PhabricatorFileTestCase::getPhabricatorTestCaseConfiguration`

Summary: Ref T6822.

Test Plan: `grep` for `->getPhabricatorTestCaseConfiguration(`.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

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

+1 -1
+1 -1
src/applications/files/storage/__tests__/PhabricatorFileTestCase.php
··· 2 2 3 3 final class PhabricatorFileTestCase extends PhabricatorTestCase { 4 4 5 - public function getPhabricatorTestCaseConfiguration() { 5 + protected function getPhabricatorTestCaseConfiguration() { 6 6 return array( 7 7 self::PHABRICATOR_TESTCONFIG_BUILD_STORAGE_FIXTURES => true, 8 8 );