@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 visibility for `PhabricatorTrivialTestCase::willRunOneTest`

Summary: Ref T6822.

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

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

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

+1 -1
+1 -1
src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php
··· 9 9 10 10 private $two; 11 11 12 - public function willRunOneTest($test_name) { 12 + protected function willRunOneTest($test_name) { 13 13 // You can execute setup steps which will run before each test in this 14 14 // method. 15 15 $this->two = 2;